#290076

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

Shades of Persian Indigo #290076

Tints of Persian Indigo #290076

Color information

#290076 (or 0x290076) is unknown color: approx Persian Indigo. HEX triplet: 29, 00 and 76. RGB value is (41,0,118). Sum of RGB (Red+Green+Blue) = 41+0+118=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #290076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290076 is #D6FF89. Grayscale: #191919. Windows color (decimal): -14090122 or 7733289. OLE color: 7733289.

HSL color Cylindrical-coordinate representation of color #290076: hue angle of 260.85º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290076 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB410118-
CMYK0.65100.54
HSL260.85º100%23.14%-
HSV(B)260.85º100%46.27%-
XYZ4.181.7817.26-
YUV25.71180.08138.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 74.21%
R=25.79%
G=0%
B=74.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4101180.65100.54260.8510023.14
Hex2907641640361056417
Octal51016610114406640514427
Binary10100101110110100000111001000110110100000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290076; }

 p { color: rgb(41,0,118); }

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

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

 a { background-color: rgb(41,0,118); }

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

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

 span { border-color: rgb(41,0,118); }

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