#28086A

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

Shades of Persian Indigo #28086A

Tints of Persian Indigo #28086A

Color information

#28086A (or 0x28086A) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 6A. RGB value is (40,8,106). Sum of RGB (Red+Green+Blue) = 40+8+106=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 106 (41.80% from 255 or 68.83% from 154); Max value from RGB is 106 - color contains mainly: blue. Hex color #28086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28086A is #D7F795. Grayscale: #1C1C1C. Windows color (decimal): -14153622 or 6948904. OLE color: 6948904.

HSL color Cylindrical-coordinate representation of color #28086A: hue angle of 259.59º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28086A is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB408106-
CMYK0.620.9200.58
HSL259.59º85.96%22.35%-
HSV(B)259.59º92.45%41.57%-
XYZ3.561.6713.77-
YUV28.74171.6136.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.97%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 106 (41.80% from 255) = 68.83%
R=25.97%
G=5.19%
B=68.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4081060.620.9200.58259.5985.9622.35
Hex2886A3E5C03A1045616
Octal50101527613407240412626
Binary1010001000110101011111010111000111010100000100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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