#320378

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

Shades of Persian Indigo #320378

Tints of Persian Indigo #320378

Color information

#320378 (or 0x320378) is unknown color: approx Persian Indigo. HEX triplet: 32, 03 and 78. RGB value is (50,3,120). Sum of RGB (Red+Green+Blue) = 50+3+120=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #320378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320378 is #CDFC87. Grayscale: #1D1D1D. Windows color (decimal): -13499528 or 7865138. OLE color: 7865138.

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

Color convert

RGB503120-
CMYK0.580.9800.53
HSL264.1º95.12%24.12%-
HSV(B)264.1º97.5%47.06%-
XYZ4.742.117.92-
YUV30.39178.57141.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 120 (47.27% from 255) = 69.36%
R=28.90%
G=1.73%
B=69.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5031200.580.9800.53264.195.1224.12
Hex323783A620351085f18
Octal6231707214206541013730
Binary11001011111100011101011000100110101100001000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320378; }

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

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

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

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

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

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

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

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