#28086E

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

Shades of Persian Indigo #28086E

Tints of Persian Indigo #28086E

Color information

#28086E (or 0x28086E) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 6E. RGB value is (40,8,110). Sum of RGB (Red+Green+Blue) = 40+8+110=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #28086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28086E is #D7F791. Grayscale: #1C1C1C. Windows color (decimal): -14153618 or 7211048. OLE color: 7211048.

HSL color Cylindrical-coordinate representation of color #28086E: hue angle of 258.82º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28086E is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB408110-
CMYK0.640.9300.57
HSL258.82º86.44%23.14%-
HSV(B)258.82º92.73%43.14%-
XYZ3.781.7514.89-
YUV29.2173.6135.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.32%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 110 (43.36% from 255) = 69.62%
R=25.32%
G=5.06%
B=69.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4081100.640.9300.57258.8286.4423.14
Hex2886E405D0391035617
Octal501015610013507140312627
Binary10100010001101110100000010111010111001100000011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28086E; }

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

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

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

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

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

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

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

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