#28217C

Color #28217C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #28217C

Tints of Midnight Blue #28217C

Color information

#28217C (or 0x28217C) is unknown color: approx Midnight Blue. HEX triplet: 28, 21 and 7C. RGB value is (40,33,124). Sum of RGB (Red+Green+Blue) = 40+33+124=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #28217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28217C is #D7DE83. Grayscale: #2D2D2D. Windows color (decimal): -14147204 or 8134952. OLE color: 8134952.

HSL color Cylindrical-coordinate representation of color #28217C: hue angle of 244.62º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28217C is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4033124-
CMYK0.680.7300.51
HSL244.62º57.96%30.78%-
HSV(B)244.62º73.39%48.63%-
XYZ5.062.9919.38-
YUV45.47172.32124.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 124 (48.83% from 255) = 62.94%
R=20.30%
G=16.75%
B=62.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40331240.680.7300.51244.6257.9630.78
Hex28217C4449033f53a1f
Octal50411741041110633657237
Binary10100010000111111001000100100100101100111111010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28217C; }

 p { color: rgb(40,33,124); }

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

<style>
 a { background-color: #28217C; }

 a { background-color: rgb(40,33,124); }

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

<style>
 span { border-color: #28217C; }

 span { border-color: rgb(40,33,124); }

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