#290D70

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

Shades of Persian Indigo #290D70

Tints of Persian Indigo #290D70

Color information

#290D70 (or 0x290D70) is unknown color: approx Persian Indigo. HEX triplet: 29, 0D and 70. RGB value is (41,13,112). Sum of RGB (Red+Green+Blue) = 41+13+112=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #290D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D70 is #D6F28F. Grayscale: #202020. Windows color (decimal): -14086800 or 7343401. OLE color: 7343401.

HSL color Cylindrical-coordinate representation of color #290D70: hue angle of 256.97º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290D70 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4113112-
CMYK0.630.8800.56
HSL256.97º79.2%24.51%-
HSV(B)256.97º88.39%43.92%-
XYZ3.981.9315.49-
YUV32.66172.78133.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 13 (5.47% from 255) = 7.83%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=24.70%
G=7.83%
B=67.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41131120.630.8800.56256.9779.224.51
Hex29D703F580381014f19
Octal51151607713007040111731
Binary1010011101111000011111110110000111000100000001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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