#2A29BB

Color #2A29BB Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2A29BB

Tints of Persian Blue #2A29BB

Color information

#2A29BB (or 0x2A29BB) is unknown color: approx Persian Blue. HEX triplet: 2A, 29 and BB. RGB value is (42,41,187). Sum of RGB (Red+Green+Blue) = 42+41+187=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A29BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A29BB is #D5D644. Grayscale: #393939. Windows color (decimal): -14014021 or 12265770. OLE color: 12265770.

HSL color Cylindrical-coordinate representation of color #2A29BB: hue angle of 240.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A29BB is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4241187-
CMYK0.780.7800.27
HSL240.41º64.04%44.71%-
HSV(B)240.41º78.07%73.33%-
XYZ10.725.6747.54-
YUV57.94200.83116.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 187 (73.44% from 255) = 69.26%
R=15.56%
G=15.19%
B=69.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42411870.780.7800.27240.4164.0444.71
Hex2A29BB4E4E01Bf0402d
Octal525127311611603336010055
Binary1010101010011011101110011101001110011011111100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A29BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A29BB; }

 p { color: rgb(42,41,187); }

 H1.HeaderClassName
 {
   color: #2A29BB;
 }
 .AnyTagClassName
 {
   color: #2A29BB;
 }
</style>
background-color css

<style>
 a { background-color: #2A29BB; }

 a { background-color: rgb(42,41,187); }

 div.DivClassName
 {
   background-color: #2A29BB;
 }
 .BgClassName
 {
   background-color: #2A29BB;
 }
</style>
border-color css

<style>
 span { border-color: #2A29BB; }

 span { border-color: rgb(42,41,187); }

 td.TdClassName
 {
   border-color: #2A29BB;
 }
 .TagClassName
 {
   border-color: #2A29BB;
 }
</style>