#28176D

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

Shades of Persian Indigo #28176D

Tints of Persian Indigo #28176D

Color information

#28176D (or 0x28176D) is unknown color: approx Persian Indigo. HEX triplet: 28, 17 and 6D. RGB value is (40,23,109). Sum of RGB (Red+Green+Blue) = 40+23+109=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 109 (42.97% from 255 or 63.37% from 172); Max value from RGB is 109 - color contains mainly: blue. Hex color #28176D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28176D is #D7E892. Grayscale: #252525. Windows color (decimal): -14149779 or 7149352. OLE color: 7149352.

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

Color convert

RGB4023109-
CMYK0.630.7900.57
HSL251.86º65.15%25.88%-
HSV(B)251.86º78.9%42.75%-
XYZ3.942.1714.68-
YUV37.89168.13129.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 109 (42.97% from 255) = 63.37%
R=23.26%
G=13.37%
B=63.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40231090.630.7900.57251.8665.1525.88
Hex28176D3F4F039fc411a
Octal50271557711707137410132
Binary1010001011111011011111111001111011100111111100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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