#320087

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

Shades of Persian Indigo #320087

Tints of Persian Indigo #320087

Color information

#320087 (or 0x320087) is unknown color: approx Persian Indigo. HEX triplet: 32, 00 and 87. RGB value is (50,0,135). Sum of RGB (Red+Green+Blue) = 50+0+135=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 135 (53.12% from 255 or 72.97% from 185); Max value from RGB is 135 - color contains mainly: blue. Hex color #320087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320087 is #CDFF78. Grayscale: #1D1D1D. Windows color (decimal): -13500281 or 8847410. OLE color: 8847410.

HSL color Cylindrical-coordinate representation of color #320087: hue angle of 262.22º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320087 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB500135-
CMYK0.63100.47
HSL262.22º100%26.47%-
HSV(B)262.22º100%52.94%-
XYZ5.692.4323.09-
YUV30.34187.06142.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 72.97%
R=27.03%
G=0%
B=72.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5001350.63100.47262.2210026.47
Hex320873F6402F106641a
Octal6202077714405740614432
Binary11001001000011111111111001000101111100000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320087; }

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

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

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

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

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

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

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

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