#320675

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

Shades of Persian Indigo #320675

Tints of Persian Indigo #320675

Color information

#320675 (or 0x320675) is unknown color: approx Persian Indigo. HEX triplet: 32, 06 and 75. RGB value is (50,6,117). Sum of RGB (Red+Green+Blue) = 50+6+117=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #320675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320675 is #CDF98A. Grayscale: #1F1F1F. Windows color (decimal): -13498763 or 7669298. OLE color: 7669298.

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

Color convert

RGB506117-
CMYK0.570.9500.54
HSL263.78º90.24%24.12%-
HSV(B)263.78º94.87%45.88%-
XYZ4.592.0916.99-
YUV31.81176.08140.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 117 (46.09% from 255) = 67.63%
R=28.90%
G=3.47%
B=67.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5061170.570.9500.54263.7890.2424.12
Hex32675395F0361085a18
Octal6261657113706641013230
Binary110010110111010111100110111110110110100001000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320675; }

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

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

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

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

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

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

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

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