#332071

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

Shades of Persian Indigo #332071

Tints of Persian Indigo #332071

Color information

#332071 (or 0x332071) is unknown color: approx Persian Indigo. HEX triplet: 33, 20 and 71. RGB value is (51,32,113). Sum of RGB (Red+Green+Blue) = 51+32+113=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #332071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332071 is #CCDF8E. Grayscale: #2E2E2E. Windows color (decimal): -13426575 or 7413811. OLE color: 7413811.

HSL color Cylindrical-coordinate representation of color #332071: hue angle of 254.07º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332071 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5132113-
CMYK0.550.7200.56
HSL254.07º55.86%28.43%-
HSV(B)254.07º71.68%44.31%-
XYZ4.862.9315.93-
YUV46.92165.29130.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 113 (44.53% from 255) = 57.65%
R=26.02%
G=16.33%
B=57.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51321130.550.7200.56254.0755.8628.43
Hex3320713748038fe381c
Octal6340161671100703767034
Binary1100111000001110001110111100100001110001111111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332071; }

 p { color: rgb(51,32,113); }

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

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

 a { background-color: rgb(51,32,113); }

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

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

 span { border-color: rgb(51,32,113); }

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