#291174

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

Shades of Persian Indigo #291174

Tints of Persian Indigo #291174

Color information

#291174 (or 0x291174) is unknown color: approx Persian Indigo. HEX triplet: 29, 11 and 74. RGB value is (41,17,116). Sum of RGB (Red+Green+Blue) = 41+17+116=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #291174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291174 is #D6EE8B. Grayscale: #232323. Windows color (decimal): -14085772 or 7606569. OLE color: 7606569.

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

Color convert

RGB4117116-
CMYK0.650.8500.55
HSL254.55º74.44%26.08%-
HSV(B)254.55º85.34%45.49%-
XYZ4.272.1316.71-
YUV35.46173.45131.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 116 (45.70% from 255) = 66.67%
R=23.56%
G=9.77%
B=66.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41171160.650.8500.55254.5574.4426.08
Hex2911744155037ff4a1a
Octal512116410112506737711232
Binary10100110001111010010000011010101011011111111111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291174; }

 p { color: rgb(41,17,116); }

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

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

 a { background-color: rgb(41,17,116); }

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

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

 span { border-color: rgb(41,17,116); }

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