#320076

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

Shades of Persian Indigo #320076

Tints of Persian Indigo #320076

Color information

#320076 (or 0x320076) is unknown color: approx Persian Indigo. HEX triplet: 32, 00 and 76. RGB value is (50,0,118). Sum of RGB (Red+Green+Blue) = 50+0+118=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #320076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320076 is #CDFF89. Grayscale: #1B1B1B. Windows color (decimal): -13500298 or 7733298. OLE color: 7733298.

HSL color Cylindrical-coordinate representation of color #320076: hue angle of 265.42º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320076 is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB500118-
CMYK0.58100.54
HSL265.42º100%23.14%-
HSV(B)265.42º100%46.27%-
XYZ4.591.9917.28-
YUV28.4178.56143.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 70.24%
R=29.76%
G=0%
B=70.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5001180.58100.54265.4210023.14
Hex320763A640361096417
Octal6201667214406641114427
Binary1100100111011011101011001000110110100001001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320076; }

 p { color: rgb(50,0,118); }

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

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

 a { background-color: rgb(50,0,118); }

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

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

 span { border-color: rgb(50,0,118); }

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