#320479

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

Shades of Persian Indigo #320479

Tints of Persian Indigo #320479

Color information

#320479 (or 0x320479) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 79. RGB value is (50,4,121). Sum of RGB (Red+Green+Blue) = 50+4+121=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 121 (47.66% from 255 or 69.14% from 175); Max value from RGB is 121 - color contains mainly: blue. Hex color #320479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320479 is #CDFB86. Grayscale: #1E1E1E. Windows color (decimal): -13499271 or 7930930. OLE color: 7930930.

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

Color convert

RGB504121-
CMYK0.590.9700.53
HSL263.59º93.6%24.51%-
HSV(B)263.59º96.69%47.45%-
XYZ4.812.1518.25-
YUV31.09178.74141.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 121 (47.66% from 255) = 69.14%
R=28.57%
G=2.29%
B=69.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5041210.590.9700.53263.5993.624.51
Hex324793B610351085e19
Octal6241717314106541013631
Binary110010100111100111101111000010110101100001000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320479; }

 p { color: rgb(50,4,121); }

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

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

 a { background-color: rgb(50,4,121); }

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

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

 span { border-color: rgb(50,4,121); }

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