#291478

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

Shades of Persian Indigo #291478

Tints of Persian Indigo #291478

Color information

#291478 (or 0x291478) is unknown color: approx Persian Indigo. HEX triplet: 29, 14 and 78. RGB value is (41,20,120). Sum of RGB (Red+Green+Blue) = 41+20+120=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #291478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291478 is #D6EB87. Grayscale: #252525. Windows color (decimal): -14085000 or 7869481. OLE color: 7869481.

HSL color Cylindrical-coordinate representation of color #291478: hue angle of 252.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291478 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4120120-
CMYK0.660.8300.53
HSL252.6º71.43%27.45%-
HSV(B)252.6º83.33%47.06%-
XYZ4.552.3317.98-
YUV37.68174.46130.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 120 (47.27% from 255) = 66.30%
R=22.65%
G=11.05%
B=66.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41201200.660.8300.53252.671.4327.45
Hex2914784253035fd471b
Octal512417010212306537510733
Binary10100110100111100010000101010011011010111111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291478; }

 p { color: rgb(41,20,120); }

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

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

 a { background-color: rgb(41,20,120); }

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

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

 span { border-color: rgb(41,20,120); }

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