#332284

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

Shades of Persian Indigo #332284

Tints of Persian Indigo #332284

Color information

#332284 (or 0x332284) is unknown color: approx Persian Indigo. HEX triplet: 33, 22 and 84. RGB value is (51,34,132). Sum of RGB (Red+Green+Blue) = 51+34+132=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #332284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332284 is #CCDD7B. Grayscale: #313131. Windows color (decimal): -13426044 or 8659507. OLE color: 8659507.

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

Color convert

RGB5134132-
CMYK0.610.7400.48
HSL250.41º59.04%32.55%-
HSV(B)250.41º74.24%51.76%-
XYZ6.13.5122.19-
YUV50.26174.13128.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 34 (13.67% from 255) = 15.67%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=23.50%
G=15.67%
B=60.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51341320.610.7400.48250.4159.0432.55
Hex3322843D4A030fa3b21
Octal6342204751120603727341
Binary110011100010100001001111011001010011000011111010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332284; }

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

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

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

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

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

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

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

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