#28196F

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

Shades of Persian Indigo #28196F

Tints of Persian Indigo #28196F

Color information

#28196F (or 0x28196F) is unknown color: approx Persian Indigo. HEX triplet: 28, 19 and 6F. RGB value is (40,25,111). Sum of RGB (Red+Green+Blue) = 40+25+111=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 111 (43.75% from 255 or 63.07% from 176); Max value from RGB is 111 - color contains mainly: blue. Hex color #28196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28196F is #D7E690. Grayscale: #262626. Windows color (decimal): -14149265 or 7280936. OLE color: 7280936.

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

Color convert

RGB4025111-
CMYK0.640.7700.56
HSL250.47º63.24%26.67%-
HSV(B)250.47º77.48%43.53%-
XYZ4.092.2915.27-
YUV39.29168.47128.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 111 (43.75% from 255) = 63.07%
R=22.73%
G=14.20%
B=63.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40251110.640.7700.56250.4763.2426.67
Hex28196F404D038fa3f1b
Octal50311571001150703727733
Binary1010001100111011111000000100110101110001111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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