#320377

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

Shades of Persian Indigo #320377

Tints of Persian Indigo #320377

Color information

#320377 (or 0x320377) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and 77. RGB value is (50,3,119). Sum of RGB (Red+Green+Blue) = 50+3+119=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #320377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320377 is #CDFC88. Grayscale: #1D1D1D. Windows color (decimal): -13499529 or 7799602. OLE color: 7799602.

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

Color convert

RGB503119-
CMYK0.580.9700.53
HSL264.31º95.08%23.92%-
HSV(B)264.31º97.48%46.67%-
XYZ4.682.0817.61-
YUV30.28178.07142.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 119 (46.88% from 255) = 69.19%
R=29.07%
G=1.74%
B=69.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5031190.580.9700.53264.3195.0823.92
Hex323773A610351085f18
Octal6231677214106541013730
Binary11001011111011111101011000010110101100001000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320377; }

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

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

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

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

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

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

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

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