#290F6C

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

Shades of Persian Indigo #290F6C

Tints of Persian Indigo #290F6C

Color information

#290F6C (or 0x290F6C) is unknown color: approx Persian Indigo. HEX triplet: 29, 0F and 6C. RGB value is (41,15,108). Sum of RGB (Red+Green+Blue) = 41+15+108=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #290F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290F6C is #D6F093. Grayscale: #212121. Windows color (decimal): -14086292 or 7081769. OLE color: 7081769.

HSL color Cylindrical-coordinate representation of color #290F6C: hue angle of 256.77º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #290F6C is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4115108-
CMYK0.620.8600.58
HSL256.77º75.61%24.12%-
HSV(B)256.77º86.11%42.35%-
XYZ3.791.914.35-
YUV33.38170.11133.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 15 (6.25% from 255) = 9.15%
BLUE value IS 108 (42.58% from 255) = 65.85%
R=25%
G=9.15%
B=65.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41151080.620.8600.58256.7775.6124.12
Hex29F6C3E5603A1014c18
Octal51171547612607240111430
Binary1010011111110110011111010101100111010100000001100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,15,108); }

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

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

 a { background-color: rgb(41,15,108); }

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

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

 span { border-color: rgb(41,15,108); }

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