#332577

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

Shades of Persian Indigo #332577

Tints of Persian Indigo #332577

Color information

#332577 (or 0x332577) is unknown color: approx Persian Indigo. HEX triplet: 33, 25 and 77. RGB value is (51,37,119). Sum of RGB (Red+Green+Blue) = 51+37+119=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #332577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332577 is #CCDA88. Grayscale: #323232. Windows color (decimal): -13425289 or 7808307. OLE color: 7808307.

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

Color convert

RGB5137119-
CMYK0.570.6900.53
HSL250.24º52.56%30.59%-
HSV(B)250.24º68.91%46.67%-
XYZ5.363.3617.82-
YUV50.53166.64128.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=24.64%
G=17.87%
B=57.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51371190.570.6900.53250.2452.5630.59
Hex3325773945035fa351f
Octal6345167711050653726537
Binary1100111001011110111111001100010101101011111101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332577; }

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

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

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

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

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

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

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

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