#28087F

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

Shades of Persian Indigo #28087F

Tints of Persian Indigo #28087F

Color information

#28087F (or 0x28087F) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 7F. RGB value is (40,8,127). Sum of RGB (Red+Green+Blue) = 40+8+127=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #28087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28087F is #D7F780. Grayscale: #1E1E1E. Windows color (decimal): -14153601 or 8325160. OLE color: 8325160.

HSL color Cylindrical-coordinate representation of color #28087F: hue angle of 256.13º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28087F is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB408127-
CMYK0.690.9400.50
HSL256.13º88.15%26.47%-
HSV(B)256.13º93.7%49.8%-
XYZ4.792.1620.24-
YUV31.13182.1134.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.86%
GREEN value IS 8 (3.52% from 255) = 4.57%
BLUE value IS 127 (50% from 255) = 72.57%
R=22.86%
G=4.57%
B=72.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4081270.690.9400.50256.1388.1526.47
Hex2887F455E032100581a
Octal501017710513606240013032
Binary10100010001111111100010110111100110010100000000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28087F; }

 p { color: rgb(40,8,127); }

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

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

 a { background-color: rgb(40,8,127); }

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

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

 span { border-color: rgb(40,8,127); }

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