#320061

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

Shades of Persian Indigo #320061

Tints of Persian Indigo #320061

Color information

#320061 (or 0x320061) is unknown color: approx Persian Indigo. HEX triplet: 32, 00 and 61. RGB value is (50,0,97). Sum of RGB (Red+Green+Blue) = 50+0+97=147 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.01% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 97 (38.28% from 255 or 65.99% from 147); Max value from RGB is 97 - color contains mainly: blue. Hex color #320061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320061 is #CDFF9E. Grayscale: #191919. Windows color (decimal): -13500319 or 6357042. OLE color: 6357042.

HSL color Cylindrical-coordinate representation of color #320061: hue angle of 270.93º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320061 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB50097-
CMYK0.48100.62
HSL270.93º100%19.02%-
HSV(B)270.93º100%38.04%-
XYZ3.471.5411.42-
YUV26.01168.06145.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 65.99%
R=34.01%
G=0%
B=65.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal500970.48100.62270.9310019.02
Hex32061306403E10f6413
Octal6201416014407641714423
Binary1100100110000111000011001000111110100001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320061; }

 p { color: rgb(50,0,97); }

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

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

 a { background-color: rgb(50,0,97); }

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

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

 span { border-color: rgb(50,0,97); }

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