#321777

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

Shades of Persian Indigo #321777

Tints of Persian Indigo #321777

Color information

#321777 (or 0x321777) is unknown color: approx Persian Indigo. HEX triplet: 32, 17 and 77. RGB value is (50,23,119). Sum of RGB (Red+Green+Blue) = 50+23+119=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #321777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321777 is #CDE888. Grayscale: #292929. Windows color (decimal): -13494409 or 7804722. OLE color: 7804722.

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

Color convert

RGB5023119-
CMYK0.580.8100.53
HSL256.88º67.61%27.84%-
HSV(B)256.88º80.67%46.67%-
XYZ4.952.6217.7-
YUV42.02171.45133.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=26.04%
G=11.98%
B=61.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50231190.580.8100.53256.8867.6127.84
Hex3217773A51035101441c
Octal62271677212106540110434
Binary11001010111111011111101010100010110101100000001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321777; }

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

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

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

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

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

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

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

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