#29067C

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

Shades of Persian Indigo #29067C

Tints of Persian Indigo #29067C

Color information

#29067C (or 0x29067C) is unknown color: approx Persian Indigo. HEX triplet: 29, 06 and 7C. RGB value is (41,6,124). Sum of RGB (Red+Green+Blue) = 41+6+124=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #29067C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29067C is #D6F983. Grayscale: #1D1D1D. Windows color (decimal): -14088580 or 8128041. OLE color: 8128041.

HSL color Cylindrical-coordinate representation of color #29067C: hue angle of 257.8º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29067C is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB416124-
CMYK0.670.9500.51
HSL257.8º90.77%25.49%-
HSV(B)257.8º95.16%48.63%-
XYZ4.622.0619.22-
YUV29.92181.1135.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 124 (48.83% from 255) = 72.51%
R=23.98%
G=3.51%
B=72.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4161240.670.9500.51257.890.7725.49
Hex2967C435F0331025b19
Octal51617410313706340213331
Binary1010011101111100100001110111110110011100000010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29067C; }

 p { color: rgb(41,6,124); }

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

<style>
 a { background-color: #29067C; }

 a { background-color: rgb(41,6,124); }

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

<style>
 span { border-color: #29067C; }

 span { border-color: rgb(41,6,124); }

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