#320169

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

Shades of Persian Indigo #320169

Tints of Persian Indigo #320169

Color information

#320169 (or 0x320169) is unknown color: approx Persian Indigo. HEX triplet: 32, 01 and 69. RGB value is (50,1,105). Sum of RGB (Red+Green+Blue) = 50+1+105=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #320169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320169 is #CDFE96. Grayscale: #1B1B1B. Windows color (decimal): -13500055 or 6881586. OLE color: 6881586.

HSL color Cylindrical-coordinate representation of color #320169: hue angle of 268.27º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320169 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB501105-
CMYK0.520.9900.59
HSL268.27º98.11%20.78%-
HSV(B)268.27º99.05%41.18%-
XYZ3.881.7213.49-
YUV27.51171.73144.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.05%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 105 (41.41% from 255) = 67.31%
R=32.05%
G=0.64%
B=67.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5011050.520.9900.59268.2798.1120.78
Hex32169346303B10c6215
Octal6211516414307341414225
Binary1100101110100111010011000110111011100001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320169; }

 p { color: rgb(50,1,105); }

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

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

 a { background-color: rgb(50,1,105); }

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

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

 span { border-color: rgb(50,1,105); }

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