#320476

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

Shades of Persian Indigo #320476

Tints of Persian Indigo #320476

Color information

#320476 (or 0x320476) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 76. RGB value is (50,4,118). Sum of RGB (Red+Green+Blue) = 50+4+118=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #320476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320476 is #CDFB89. Grayscale: #1E1E1E. Windows color (decimal): -13499274 or 7734322. OLE color: 7734322.

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

Color convert

RGB504118-
CMYK0.580.9700.54
HSL264.21º93.44%23.92%-
HSV(B)264.21º96.61%46.27%-
XYZ4.632.0717.3-
YUV30.75177.24141.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 4 (1.95% from 255) = 2.33%
BLUE value IS 118 (46.48% from 255) = 68.60%
R=29.07%
G=2.33%
B=68.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5041180.580.9700.54264.2193.4423.92
Hex324763A610361085d18
Octal6241667214106641013530
Binary110010100111011011101011000010110110100001000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320476; }

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

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

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

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

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

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

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

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