#320475

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

Shades of Persian Indigo #320475

Tints of Persian Indigo #320475

Color information

#320475 (or 0x320475) is unknown color: approx Persian Indigo. HEX triplet: 32, 04 and 75. RGB value is (50,4,117). Sum of RGB (Red+Green+Blue) = 50+4+117=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #320475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320475 is #CDFB8A. Grayscale: #1E1E1E. Windows color (decimal): -13499275 or 7668786. OLE color: 7668786.

HSL color Cylindrical-coordinate representation of color #320475: hue angle of 264.42º 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 #320475 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB504117-
CMYK0.570.9700.54
HSL264.42º93.39%23.73%-
HSV(B)264.42º96.58%45.88%-
XYZ4.572.0516.98-
YUV30.64176.74141.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 117 (46.09% from 255) = 68.42%
R=29.24%
G=2.34%
B=68.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5041170.570.9700.54264.4293.3923.73
Hex3247539610361085d18
Octal6241657114106641013530
Binary110010100111010111100111000010110110100001000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320475; }

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

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

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

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

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

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

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

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