#28156d

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

Shades of Persian Indigo #28156D

Tints of Persian Indigo #28156D

Color information

#28156D (or 0x28156D) is unknown color: approx Persian Indigo. HEX triplet: 28, 15 and 6D. RGB value is (40,21,109). Sum of RGB (Red+Green+Blue) = 40+21+109=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #28156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28156D is #D7EA92. Grayscale: #242424. Windows color (decimal): -14150291 or 7148840. OLE color: 7148840.

HSL color Cylindrical-coordinate representation of color #28156D: hue angle of 252.95º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28156D is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4021109-
CMYK0.630.8100.57
HSL252.95º67.69%25.49%-
HSV(B)252.95º80.73%42.75%-
XYZ3.92.0914.67-
YUV36.71168.79130.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 109 (42.97% from 255) = 64.12%
R=23.53%
G=12.35%
B=64.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40211090.630.8100.57252.9567.6925.49
Hex28156D3F51039fd4419
Octal50251557712107137510431
Binary1010001010111011011111111010001011100111111101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28156d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28156d; }

 p { color: rgb(40,21,109); }

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

<style>
 a { background-color: #28156d; }

 a { background-color: rgb(40,21,109); }

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

<style>
 span { border-color: #28156d; }

 span { border-color: rgb(40,21,109); }

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