#28196D

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

Shades of Persian Indigo #28196D

Tints of Persian Indigo #28196D

Color information

#28196D (or 0x28196D) is unknown color: approx Persian Indigo. HEX triplet: 28, 19 and 6D. RGB value is (40,25,109). Sum of RGB (Red+Green+Blue) = 40+25+109=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #28196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28196D is #D7E692. Grayscale: #262626. Windows color (decimal): -14149267 or 7149864. OLE color: 7149864.

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

Color convert

RGB4025109-
CMYK0.630.7700.57
HSL250.71º62.69%26.27%-
HSV(B)250.71º77.06%42.75%-
XYZ3.982.2514.69-
YUV39.06167.47128.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 109 (42.97% from 255) = 62.64%
R=22.99%
G=14.37%
B=62.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40251090.630.7700.57250.7162.6926.27
Hex28196D3F4D039fb3f1a
Octal5031155771150713737732
Binary101000110011101101111111100110101110011111101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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