#320287

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

Shades of Persian Indigo #320287

Tints of Persian Indigo #320287

Color information

#320287 (or 0x320287) is unknown color: approx Persian Indigo. HEX triplet: 32, 02 and 87. RGB value is (50,2,135). Sum of RGB (Red+Green+Blue) = 50+2+135=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 135 (53.12% from 255 or 72.19% from 187); Max value from RGB is 135 - color contains mainly: blue. Hex color #320287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320287 is #CDFD78. Grayscale: #1F1F1F. Windows color (decimal): -13499769 or 8847922. OLE color: 8847922.

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

Color convert

RGB502135-
CMYK0.630.9900.47
HSL261.65º97.08%26.86%-
HSV(B)261.65º98.52%52.94%-
XYZ5.712.4723.1-
YUV31.51186.4141.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.74%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 135 (53.12% from 255) = 72.19%
R=26.74%
G=1.07%
B=72.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5021350.630.9900.47261.6597.0826.86
Hex322873F6302F106611b
Octal6222077714305740614133
Binary110010101000011111111111000110101111100000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320287; }

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

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

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

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

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

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

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

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