#290C76

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

Shades of Persian Indigo #290C76

Tints of Persian Indigo #290C76

Color information

#290C76 (or 0x290C76) is unknown color: approx Persian Indigo. HEX triplet: 29, 0C and 76. RGB value is (41,12,118). Sum of RGB (Red+Green+Blue) = 41+12+118=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #290C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C76 is #D6F389. Grayscale: #202020. Windows color (decimal): -14087050 or 7736361. OLE color: 7736361.

HSL color Cylindrical-coordinate representation of color #290C76: hue angle of 256.42º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290C76 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4112118-
CMYK0.650.9000.54
HSL256.42º81.54%25.49%-
HSV(B)256.42º89.83%46.27%-
XYZ4.322.0417.31-
YUV32.76176.11133.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 12 (5.08% from 255) = 7.02%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=23.98%
G=7.02%
B=69.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41121180.650.9000.54256.4281.5425.49
Hex29C76415A0361005219
Octal511416610113206640012231
Binary10100111001110110100000110110100110110100000000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290C76; }

 p { color: rgb(41,12,118); }

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

<style>
 a { background-color: #290C76; }

 a { background-color: rgb(41,12,118); }

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

<style>
 span { border-color: #290C76; }

 span { border-color: rgb(41,12,118); }

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