#290F80

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

Shades of Persian Indigo #290F80

Tints of Persian Indigo #290F80

Color information

#290F80 (or 0x290F80) is unknown color: approx Persian Indigo. HEX triplet: 29, 0F and 80. RGB value is (41,15,128). Sum of RGB (Red+Green+Blue) = 41+15+128=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #290F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290F80 is #D6F07F. Grayscale: #232323. Windows color (decimal): -14086272 or 8392489. OLE color: 8392489.

HSL color Cylindrical-coordinate representation of color #290F80: hue angle of 253.81º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290F80 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4115128-
CMYK0.680.8800.50
HSL253.81º79.02%28.04%-
HSV(B)253.81º88.28%50.2%-
XYZ4.982.3720.62-
YUV35.66180.11131.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 15 (6.25% from 255) = 8.15%
BLUE value IS 128 (50.39% from 255) = 69.57%
R=22.28%
G=8.15%
B=69.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41151280.680.8800.50253.8179.0228.04
Hex29F804458032fe4f1c
Octal511720010413006237611734
Binary10100111111000000010001001011000011001011111110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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