#291872

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

Shades of Persian Indigo #291872

Tints of Persian Indigo #291872

Color information

#291872 (or 0x291872) is unknown color: approx Persian Indigo. HEX triplet: 29, 18 and 72. RGB value is (41,24,114). Sum of RGB (Red+Green+Blue) = 41+24+114=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #291872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291872 is #D6E78D. Grayscale: #272727. Windows color (decimal): -14083982 or 7477289. OLE color: 7477289.

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

Color convert

RGB4124114-
CMYK0.640.7900.55
HSL251.33º65.22%27.06%-
HSV(B)251.33º78.95%44.71%-
XYZ4.282.3416.15-
YUV39.34170.13129.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 114 (44.92% from 255) = 63.69%
R=22.91%
G=13.41%
B=63.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41241140.640.7900.55251.3365.2227.06
Hex291872404F037fb411b
Octal513016210011706737310133
Binary10100111000111001010000001001111011011111111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291872; }

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

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

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

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

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

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

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

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