#331177

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

Shades of Persian Indigo #331177

Tints of Persian Indigo #331177

Color information

#331177 (or 0x331177) is unknown color: approx Persian Indigo. HEX triplet: 33, 11 and 77. RGB value is (51,17,119). Sum of RGB (Red+Green+Blue) = 51+17+119=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #331177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331177 is #CCEE88. Grayscale: #262626. Windows color (decimal): -13430409 or 7803187. OLE color: 7803187.

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

Color convert

RGB5117119-
CMYK0.570.8600.53
HSL260º75%26.67%-
HSV(B)260º85.71%46.67%-
XYZ4.92.4417.67-
YUV38.79173.26136.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=27.27%
G=9.09%
B=63.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51171190.570.8600.532607526.67
Hex33117739560351044b1b
Octal63211677112606540411333
Binary11001110001111011111100110101100110101100000100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331177; }

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

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

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

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

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

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

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

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