#332377

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

Shades of Persian Indigo #332377

Tints of Persian Indigo #332377

Color information

#332377 (or 0x332377) is unknown color: approx Persian Indigo. HEX triplet: 33, 23 and 77. RGB value is (51,35,119). Sum of RGB (Red+Green+Blue) = 51+35+119=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #332377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332377 is #CCDC88. Grayscale: #313131. Windows color (decimal): -13425801 or 7807795. OLE color: 7807795.

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

Color convert

RGB5135119-
CMYK0.570.7100.53
HSL251.43º54.55%30.2%-
HSV(B)251.43º70.59%46.67%-
XYZ5.33.2417.8-
YUV49.36167.3129.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 119 (46.88% from 255) = 58.05%
R=24.88%
G=17.07%
B=58.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51351190.570.7100.53251.4354.5530.2
Hex3323773947035fb371e
Octal6343167711070653736736
Binary1100111000111110111111001100011101101011111101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332377; }

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

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

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

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

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

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

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

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