#28177E

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

Shades of Persian Indigo #28177E

Tints of Persian Indigo #28177E

Color information

#28177E (or 0x28177E) is unknown color: approx Persian Indigo. HEX triplet: 28, 17 and 7E. RGB value is (40,23,126). Sum of RGB (Red+Green+Blue) = 40+23+126=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 126 (49.61% from 255 or 66.67% from 189); Max value from RGB is 126 - color contains mainly: blue. Hex color #28177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28177E is #D7E881. Grayscale: #272727. Windows color (decimal): -14149762 or 8263464. OLE color: 8263464.

HSL color Cylindrical-coordinate representation of color #28177E: hue angle of 249.9º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28177E is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4023126-
CMYK0.680.8200.51
HSL249.9º69.13%29.22%-
HSV(B)249.9º81.75%49.41%-
XYZ4.952.5719.97-
YUV39.83176.63128.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 126 (49.61% from 255) = 66.67%
R=21.16%
G=12.17%
B=66.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40231260.680.8200.51249.969.1329.22
Hex28177E4452033fa451d
Octal502717610412206337210535
Binary10100010111111111010001001010010011001111111010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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