#320296

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

Shades of Persian Indigo #320296

Tints of Persian Indigo #320296

Color information

#320296 (or 0x320296) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 96. RGB value is (50,2,150). Sum of RGB (Red+Green+Blue) = 50+2+150=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #320296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320296 is #CDFD69. Grayscale: #202020. Windows color (decimal): -13499754 or 9830962. OLE color: 9830962.

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

Color convert

RGB502150-
CMYK0.670.9900.41
HSL259.46º97.37%29.8%-
HSV(B)259.46º98.67%58.82%-
XYZ6.842.9229.06-
YUV33.22193.9139.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 150 (58.98% from 255) = 74.26%
R=24.75%
G=0.99%
B=74.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5021500.670.9900.41259.4697.3729.8
Hex322964363029103611e
Octal62222610314305140314136
Binary1100101010010110100001111000110101001100000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320296; }

 p { color: rgb(50,2,150); }

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

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

 a { background-color: rgb(50,2,150); }

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

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

 span { border-color: rgb(50,2,150); }

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