#28086C

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

Shades of Persian Indigo #28086C

Tints of Persian Indigo #28086C

Color information

#28086C (or 0x28086C) is unknown color: approx Persian Indigo. HEX triplet: 28, 08 and 6C. RGB value is (40,8,108). Sum of RGB (Red+Green+Blue) = 40+8+108=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #28086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28086C is #D7F793. Grayscale: #1C1C1C. Windows color (decimal): -14153620 or 7079976. OLE color: 7079976.

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

Color convert

RGB408108-
CMYK0.630.9300.58
HSL259.2º86.21%22.75%-
HSV(B)259.2º92.59%42.35%-
XYZ3.671.7114.32-
YUV28.97172.6135.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 25.64%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 108 (42.58% from 255) = 69.23%
R=25.64%
G=5.13%
B=69.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4081080.630.9300.58259.286.2122.75
Hex2886C3F5D03A1035617
Octal50101547713507240312627
Binary1010001000110110011111110111010111010100000011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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