#320773

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

Shades of Persian Indigo #320773

Tints of Persian Indigo #320773

Color information

#320773 (or 0x320773) is unknown color: approx Persian Indigo. HEX triplet: 32, 07 and 73. RGB value is (50,7,115). Sum of RGB (Red+Green+Blue) = 50+7+115=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #320773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320773 is #CDF88C. Grayscale: #1F1F1F. Windows color (decimal): -13498509 or 7538482. OLE color: 7538482.

HSL color Cylindrical-coordinate representation of color #320773: hue angle of 263.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320773 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB507115-
CMYK0.570.9400.55
HSL263.89º88.52%23.92%-
HSV(B)263.89º93.91%45.1%-
XYZ4.492.0716.38-
YUV32.17174.75140.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 7 (3.12% from 255) = 4.07%
BLUE value IS 115 (45.31% from 255) = 66.86%
R=29.07%
G=4.07%
B=66.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5071150.570.9400.55263.8988.5223.92
Hex32773395E0371085918
Octal6271637113606741013130
Binary110010111111001111100110111100110111100001000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320773; }

 p { color: rgb(50,7,115); }

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

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

 a { background-color: rgb(50,7,115); }

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

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

 span { border-color: rgb(50,7,115); }

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