#290572

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

Shades of Persian Indigo #290572

Tints of Persian Indigo #290572

Color information

#290572 (or 0x290572) is unknown color: approx Persian Indigo. HEX triplet: 29, 05 and 72. RGB value is (41,5,114). Sum of RGB (Red+Green+Blue) = 41+5+114=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #290572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290572 is #D6FA8D. Grayscale: #1B1B1B. Windows color (decimal): -14088846 or 7472425. OLE color: 7472425.

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

Color convert

RGB415114-
CMYK0.640.9600.55
HSL259.82º91.6%23.33%-
HSV(B)259.82º95.61%44.71%-
XYZ4.011.7916.05-
YUV28.19176.43137.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 114 (44.92% from 255) = 71.25%
R=25.62%
G=3.12%
B=71.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4151140.640.9600.55259.8291.623.33
Hex2957240600371045c17
Octal51516210014006740413427
Binary1010011011110010100000011000000110111100000100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290572; }

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

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

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

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

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

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

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

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