#28186D

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

Shades of Persian Indigo #28186D

Tints of Persian Indigo #28186D

Color information

#28186D (or 0x28186D) is unknown color: approx Persian Indigo. HEX triplet: 28, 18 and 6D. RGB value is (40,24,109). Sum of RGB (Red+Green+Blue) = 40+24+109=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #28186D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28186D is #D7E792. Grayscale: #262626. Windows color (decimal): -14149523 or 7149608. OLE color: 7149608.

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

Color convert

RGB4024109-
CMYK0.630.7800.57
HSL251.29º63.91%26.08%-
HSV(B)251.29º77.98%42.75%-
XYZ3.962.2114.69-
YUV38.47167.8129.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 24 (9.77% from 255) = 13.87%
BLUE value IS 109 (42.97% from 255) = 63.01%
R=23.12%
G=13.87%
B=63.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40241090.630.7800.57251.2963.9126.08
Hex28186D3F4E039fb401a
Octal50301557711607137310032
Binary1010001100011011011111111001110011100111111011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28186D; }

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

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

<style>
 a { background-color: #28186D; }

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

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

<style>
 span { border-color: #28186D; }

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

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