#29097C

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

Shades of Persian Indigo #29097C

Tints of Persian Indigo #29097C

Color information

#29097C (or 0x29097C) is unknown color: approx Persian Indigo. HEX triplet: 29, 09 and 7C. RGB value is (41,9,124). Sum of RGB (Red+Green+Blue) = 41+9+124=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #29097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29097C is #D6F683. Grayscale: #1F1F1F. Windows color (decimal): -14087812 or 8128809. OLE color: 8128809.

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

Color convert

RGB419124-
CMYK0.670.9300.51
HSL256.7º86.47%26.08%-
HSV(B)256.7º92.74%48.63%-
XYZ4.652.1219.23-
YUV31.68180.1134.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=23.56%
G=5.17%
B=71.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4191240.670.9300.51256.786.4726.08
Hex2997C435D033101561a
Octal511117410313506340112632
Binary10100110011111100100001110111010110011100000001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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