#29008B

Color #29008B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #29008B

Tints of Persian Indigo #29008B

Color information

#29008B (or 0x29008B) is unknown color: approx Persian Indigo. HEX triplet: 29, 00 and 8B. RGB value is (41,0,139). Sum of RGB (Red+Green+Blue) = 41+0+139=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #29008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29008B is #D6FF74. Grayscale: #1B1B1B. Windows color (decimal): -14090101 or 9109545. OLE color: 9109545.

HSL color Cylindrical-coordinate representation of color #29008B: hue angle of 257.7º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29008B is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB410139-
CMYK0.71100.45
HSL257.7º100%27.25%-
HSV(B)257.7º100%54.51%-
XYZ5.572.3424.58-
YUV28.1190.58137.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 77.22%
R=22.78%
G=0%
B=77.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4101390.71100.45257.710027.25
Hex2908B476402D102641b
Octal51021310714405540214433
Binary101001010001011100011111001000101101100000010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29008B; }

 p { color: rgb(41,0,139); }

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

<style>
 a { background-color: #29008B; }

 a { background-color: rgb(41,0,139); }

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

<style>
 span { border-color: #29008B; }

 span { border-color: rgb(41,0,139); }

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