#28128E

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

Shades of Persian Indigo #28128E

Tints of Persian Indigo #28128E

Color information

#28128E (or 0x28128E) is unknown color: approx Persian Indigo. HEX triplet: 28, 12 and 8E. RGB value is (40,18,142). Sum of RGB (Red+Green+Blue) = 40+18+142=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 142 (55.86% from 255 or 71% from 200); Max value from RGB is 142 - color contains mainly: blue. Hex color #28128E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28128E is #D7ED71. Grayscale: #262626. Windows color (decimal): -14151026 or 9310760. OLE color: 9310760.

HSL color Cylindrical-coordinate representation of color #28128E: hue angle of 250.65º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28128E is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4018142-
CMYK0.720.8700.44
HSL250.65º77.5%31.37%-
HSV(B)250.65º87.32%55.69%-
XYZ5.972.8425.82-
YUV38.71186.29128.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 142 (55.86% from 255) = 71%
R=20%
G=9%
B=71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40181420.720.8700.44250.6577.531.37
Hex28128E485702Cfb4e1f
Octal502221611012705437311637
Binary101000100101000111010010001010111010110011111011100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,18,142); }

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

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

 a { background-color: rgb(40,18,142); }

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

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

 span { border-color: rgb(40,18,142); }

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