#28176E

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

Shades of Persian Indigo #28176E

Tints of Persian Indigo #28176E

Color information

#28176E (or 0x28176E) is unknown color: approx Persian Indigo. HEX triplet: 28, 17 and 6E. RGB value is (40,23,110). Sum of RGB (Red+Green+Blue) = 40+23+110=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #28176E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28176E is #D7E891. Grayscale: #252525. Windows color (decimal): -14149778 or 7214888. OLE color: 7214888.

HSL color Cylindrical-coordinate representation of color #28176E: hue angle of 251.72º 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 #28176E is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4023110-
CMYK0.640.7900.57
HSL251.72º65.41%26.08%-
HSV(B)251.72º79.09%43.14%-
XYZ42.1914.96-
YUV38168.63129.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.12%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 110 (43.36% from 255) = 63.58%
R=23.12%
G=13.29%
B=63.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40231100.640.7900.57251.7265.4126.08
Hex28176E404F039fc411a
Octal502715610011707137410132
Binary10100010111110111010000001001111011100111111100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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