#331175

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

Shades of Persian Indigo #331175

Tints of Persian Indigo #331175

Color information

#331175 (or 0x331175) is unknown color: approx Persian Indigo. HEX triplet: 33, 11 and 75. RGB value is (51,17,117). Sum of RGB (Red+Green+Blue) = 51+17+117=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #331175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331175 is #CCEE8A. Grayscale: #262626. Windows color (decimal): -13430411 or 7672115. OLE color: 7672115.

HSL color Cylindrical-coordinate representation of color #331175: hue angle of 260.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 #331175 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5117117-
CMYK0.560.8500.54
HSL260.4º74.63%26.27%-
HSV(B)260.4º85.47%45.88%-
XYZ4.782.3917.04-
YUV38.57172.26136.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 117 (46.09% from 255) = 63.24%
R=27.57%
G=9.19%
B=63.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51171170.560.8500.54260.474.6326.27
Hex33117538550361044b1a
Octal63211657012506640411332
Binary11001110001111010111100010101010110110100000100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331175; }

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

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

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

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

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

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

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

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