#29037B

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

Shades of Persian Indigo #29037B

Tints of Persian Indigo #29037B

Color information

#29037B (or 0x29037B) is unknown color: approx Persian Indigo. HEX triplet: 29, 03 and 7B. RGB value is (41,3,123). Sum of RGB (Red+Green+Blue) = 41+3+123=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #29037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29037B is #D6FC84. Grayscale: #1B1B1B. Windows color (decimal): -14089349 or 8061737. OLE color: 8061737.

HSL color Cylindrical-coordinate representation of color #29037B: hue angle of 259º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29037B is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB413123-
CMYK0.670.9800.52
HSL259º95.24%24.71%-
HSV(B)259º97.56%48.24%-
XYZ4.521.9718.88-
YUV28.04181.59137.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 123 (48.44% from 255) = 73.65%
R=24.55%
G=1.80%
B=73.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4131230.670.9800.5225995.2424.71
Hex2937B43620341035f19
Octal51317310314206440313731
Binary101001111111011100001111000100110100100000011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,3,123); }

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

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

 a { background-color: rgb(41,3,123); }

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

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

 span { border-color: rgb(41,3,123); }

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