#28116F

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

Shades of Persian Indigo #28116F

Tints of Persian Indigo #28116F

Color information

#28116F (or 0x28116F) is unknown color: approx Persian Indigo. HEX triplet: 28, 11 and 6F. RGB value is (40,17,111). Sum of RGB (Red+Green+Blue) = 40+17+111=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #28116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28116F is #D7EE90. Grayscale: #222222. Windows color (decimal): -14151313 or 7278888. OLE color: 7278888.

HSL color Cylindrical-coordinate representation of color #28116F: hue angle of 254.68º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28116F is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4017111-
CMYK0.640.8500.56
HSL254.68º73.44%25.1%-
HSV(B)254.68º84.68%43.53%-
XYZ3.94215.22-
YUV34.59171.12131.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 111 (43.75% from 255) = 66.07%
R=23.81%
G=10.12%
B=66.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40171110.640.8500.56254.6873.4425.1
Hex28116F4055038ff4919
Octal502115710012507037711131
Binary10100010001110111110000001010101011100011111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,17,111); }

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

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

 a { background-color: rgb(40,17,111); }

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

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

 span { border-color: rgb(40,17,111); }

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