#320975

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

Shades of Persian Indigo #320975

Tints of Persian Indigo #320975

Color information

#320975 (or 0x320975) is unknown color: approx Persian Indigo. HEX triplet: 32, 09 and 75. RGB value is (50,9,117). Sum of RGB (Red+Green+Blue) = 50+9+117=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #320975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320975 is #CDF68A. Grayscale: #212121. Windows color (decimal): -13497995 or 7670066. OLE color: 7670066.

HSL color Cylindrical-coordinate representation of color #320975: hue angle of 262.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320975 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB509117-
CMYK0.570.9200.54
HSL262.78º85.71%24.71%-
HSV(B)262.78º92.31%45.88%-
XYZ4.622.1617-
YUV33.57175.08139.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=28.41%
G=5.11%
B=66.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5091170.570.9200.54262.7885.7124.71
Hex32975395C0361075619
Octal62111657113406640712631
Binary1100101001111010111100110111000110110100000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320975; }

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

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

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

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

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

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

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

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