#332584

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

Shades of Persian Indigo #332584

Tints of Persian Indigo #332584

Color information

#332584 (or 0x332584) is unknown color: approx Persian Indigo. HEX triplet: 33, 25 and 84. RGB value is (51,37,132). Sum of RGB (Red+Green+Blue) = 51+37+132=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #332584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332584 is #CCDA7B. Grayscale: #333333. Windows color (decimal): -13425276 or 8660275. OLE color: 8660275.

HSL color Cylindrical-coordinate representation of color #332584: hue angle of 248.84º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332584 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5137132-
CMYK0.610.7200.48
HSL248.84º56.21%33.14%-
HSV(B)248.84º71.97%51.76%-
XYZ6.193.6922.22-
YUV52.02173.14127.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 132 (51.95% from 255) = 60%
R=23.18%
G=16.82%
B=60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51371320.610.7200.48248.8456.2133.14
Hex3325843D48030f93821
Octal6345204751100603717041
Binary110011100101100001001111011001000011000011111001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332584; }

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

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

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

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

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

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

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

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