#290D78

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

Shades of Persian Indigo #290D78

Tints of Persian Indigo #290D78

Color information

#290D78 (or 0x290D78) is unknown color: approx Persian Indigo. HEX triplet: 29, 0D and 78. RGB value is (41,13,120). Sum of RGB (Red+Green+Blue) = 41+13+120=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #290D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D78 is #D6F287. Grayscale: #212121. Windows color (decimal): -14086792 or 7867689. OLE color: 7867689.

HSL color Cylindrical-coordinate representation of color #290D78: hue angle of 255.7º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290D78 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4113120-
CMYK0.660.8900.53
HSL255.7º80.45%26.08%-
HSV(B)255.7º89.17%47.06%-
XYZ4.452.1217.94-
YUV33.57176.78133.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 13 (5.47% from 255) = 7.47%
BLUE value IS 120 (47.27% from 255) = 68.97%
R=23.56%
G=7.47%
B=68.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41131200.660.8900.53255.780.4526.08
Hex29D784259035100501a
Octal511517010213106540012032
Binary10100111011111000100001010110010110101100000000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,13,120); }

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

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

 a { background-color: rgb(41,13,120); }

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

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

 span { border-color: rgb(41,13,120); }

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