#3203A2

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

Shades of Persian Indigo #3203A2

Tints of Persian Indigo #3203A2

Color information

#3203A2 (or 0x3203A2) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and A2. RGB value is (50,3,162). Sum of RGB (Red+Green+Blue) = 50+3+162=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 162 (63.67% from 255 or 75.35% from 215); Max value from RGB is 162 - color contains mainly: blue. Hex color #3203A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3203A2 is #CDFC5D. Grayscale: #222222. Windows color (decimal): -13499486 or 10617650. OLE color: 10617650.

HSL color Cylindrical-coordinate representation of color #3203A2: hue angle of 257.74º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3203A2 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB503162-
CMYK0.690.9800.36
HSL257.74º96.36%32.35%-
HSV(B)257.74º98.15%63.53%-
XYZ7.873.3534.41-
YUV35.18199.57138.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 162 (63.67% from 255) = 75.35%
R=23.26%
G=1.40%
B=75.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5031620.690.9800.36257.7496.3632.35
Hex323A245620241026020
Octal62324210514204440214040
Binary11001011101000101000101110001001001001000000101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3203A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3203A2; }

 p { color: rgb(50,3,162); }

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

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

 a { background-color: rgb(50,3,162); }

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

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

 span { border-color: rgb(50,3,162); }

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