#291175

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

Shades of Persian Indigo #291175

Tints of Persian Indigo #291175

Color information

#291175 (or 0x291175) is unknown color: approx Persian Indigo. HEX triplet: 29, 11 and 75. RGB value is (41,17,117). Sum of RGB (Red+Green+Blue) = 41+17+117=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #291175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291175 is #D6EE8A. Grayscale: #232323. Windows color (decimal): -14085771 or 7672105. OLE color: 7672105.

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

Color convert

RGB4117117-
CMYK0.650.8500.54
HSL254.4º74.63%26.27%-
HSV(B)254.4º85.47%45.88%-
XYZ4.332.1617.02-
YUV35.58173.95131.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 117 (46.09% from 255) = 66.86%
R=23.43%
G=9.71%
B=66.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41171170.650.8500.54254.474.6326.27
Hex2911754155036fe4b1a
Octal512116510112506637611332
Binary10100110001111010110000011010101011011011111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291175; }

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

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

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

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

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

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

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

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