#332477

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

Shades of Persian Indigo #332477

Tints of Persian Indigo #332477

Color information

#332477 (or 0x332477) is unknown color: approx Persian Indigo. HEX triplet: 33, 24 and 77. RGB value is (51,36,119). Sum of RGB (Red+Green+Blue) = 51+36+119=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #332477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332477 is #CCDB88. Grayscale: #313131. Windows color (decimal): -13425545 or 7808051. OLE color: 7808051.

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

Color convert

RGB5136119-
CMYK0.570.7000.53
HSL250.84º53.55%30.39%-
HSV(B)250.84º69.75%46.67%-
XYZ5.333.317.81-
YUV49.95166.97128.75-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.76%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 119 (46.88% from 255) = 57.77%
R=24.76%
G=17.48%
B=57.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51361190.570.7000.53250.8453.5530.39
Hex3324773946035fb361e
Octal6344167711060653736636
Binary1100111001001110111111001100011001101011111101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332477; }

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

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

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

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

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

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

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

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