#290072

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

Shades of Persian Indigo #290072

Tints of Persian Indigo #290072

Color information

#290072 (or 0x290072) is unknown color: approx Persian Indigo. HEX triplet: 29, 00 and 72. RGB value is (41,0,114). Sum of RGB (Red+Green+Blue) = 41+0+114=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #290072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290072 is #D6FF8D. Grayscale: #181818. Windows color (decimal): -14090126 or 7471145. OLE color: 7471145.

HSL color Cylindrical-coordinate representation of color #290072: hue angle of 261.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290072 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB410114-
CMYK0.64100.55
HSL261.58º100%22.35%-
HSV(B)261.58º100%44.71%-
XYZ3.951.6916.04-
YUV25.26178.08139.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 73.55%
R=26.45%
G=0%
B=73.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4101140.64100.55261.5810022.35
Hex2907240640371066416
Octal51016210014406740614426
Binary10100101110010100000011001000110111100000110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290072; }

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

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

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

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

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

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

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

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