#280E87

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

Shades of Persian Indigo #280E87

Tints of Persian Indigo #280E87

Color information

#280E87 (or 0x280E87) is unknown color: approx Persian Indigo. HEX triplet: 28, 0E and 87. RGB value is (40,14,135). Sum of RGB (Red+Green+Blue) = 40+14+135=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #280E87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280E87 is #D7F178. Grayscale: #232323. Windows color (decimal): -14152057 or 8850984. OLE color: 8850984.

HSL color Cylindrical-coordinate representation of color #280E87: hue angle of 252.89º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280E87 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4014135-
CMYK0.700.9000.47
HSL252.89º81.21%29.22%-
HSV(B)252.89º89.63%52.94%-
XYZ5.412.5123.12-
YUV35.57184.11131.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 135 (53.12% from 255) = 71.43%
R=21.16%
G=7.41%
B=71.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40141350.700.9000.47252.8981.2129.22
Hex28E87465A02Ffd511d
Octal501620710613205737512135
Binary10100011101000011110001101011010010111111111101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280E87; }

 p { color: rgb(40,14,135); }

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

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

 a { background-color: rgb(40,14,135); }

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

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

 span { border-color: rgb(40,14,135); }

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