#320177

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

Shades of Persian Indigo #320177

Tints of Persian Indigo #320177

Color information

#320177 (or 0x320177) is unknown color: approx Persian Indigo. HEX triplet: 32, 01 and 77. RGB value is (50,1,119). Sum of RGB (Red+Green+Blue) = 50+1+119=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #320177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320177 is #CDFE88. Grayscale: #1C1C1C. Windows color (decimal): -13500041 or 7799090. OLE color: 7799090.

HSL color Cylindrical-coordinate representation of color #320177: hue angle of 264.92º 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 #320177 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB501119-
CMYK0.580.9900.53
HSL264.92º98.33%23.53%-
HSV(B)264.92º99.16%46.67%-
XYZ4.662.0317.6-
YUV29.1178.73142.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 119 (46.88% from 255) = 70%
R=29.41%
G=0.59%
B=70%

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
Decimal5011190.580.9900.53264.9298.3323.53
Hex321773A630351096218
Octal6211677214306541114230
Binary1100101111011111101011000110110101100001001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320177; }

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

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

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

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

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

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

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

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