#290E78

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

Shades of Persian Indigo #290E78

Tints of Persian Indigo #290E78

Color information

#290E78 (or 0x290E78) is unknown color: approx Persian Indigo. HEX triplet: 29, 0E and 78. RGB value is (41,14,120). Sum of RGB (Red+Green+Blue) = 41+14+120=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #290E78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E78 is #D6F187. Grayscale: #212121. Windows color (decimal): -14086536 or 7867945. OLE color: 7867945.

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

Color convert

RGB4114120-
CMYK0.660.8800.53
HSL255.28º79.1%26.27%-
HSV(B)255.28º88.33%47.06%-
XYZ4.462.1417.95-
YUV34.16176.45132.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=23.43%
G=8%
B=68.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41141200.660.8800.53255.2879.126.27
Hex29E784258035ff4f1a
Octal511617010213006537711732
Binary1010011110111100010000101011000011010111111111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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