#320178

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

Shades of Persian Indigo #320178

Tints of Persian Indigo #320178

Color information

#320178 (or 0x320178) is unknown color: approx Persian Indigo. HEX triplet: 32, 01 and 78. RGB value is (50,1,120). Sum of RGB (Red+Green+Blue) = 50+1+120=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #320178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320178 is #CDFE87. Grayscale: #1C1C1C. Windows color (decimal): -13500040 or 7864626. OLE color: 7864626.

HSL color Cylindrical-coordinate representation of color #320178: hue angle of 264.71º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320178 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB501120-
CMYK0.580.9900.53
HSL264.71º98.35%23.73%-
HSV(B)264.71º99.17%47.06%-
XYZ4.722.0617.92-
YUV29.22179.23142.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 120 (47.27% from 255) = 70.18%
R=29.24%
G=0.58%
B=70.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5011200.580.9900.53264.7198.3523.73
Hex321783A630351096218
Octal6211707214306541114230
Binary1100101111100011101011000110110101100001001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320178; }

 p { color: rgb(50,1,120); }

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

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

 a { background-color: rgb(50,1,120); }

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

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

 span { border-color: rgb(50,1,120); }

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