Html Css Color HEX #28195E Paris M

📋 copy color: '#28195E'

red 40 ◦ green 25 ◦ blue 94

#28195E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #28195E

Tints of Paris M #28195E

RGB

 RED value IS 40 (16.02% from 255) = 25.16%

 GREEN value IS 25 (10.16% from 255) = 15.72%

 BLUE value IS 94 (37.11% from 255) = 59.12%

R = 25.16%
G = 15.72%
B = 59.12%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28195E (or 0x28195E) is known color: Paris M. HEX triplet: 28, 19 and 5E. RGB value is (40,25,94). Sum of RGB (Red+Green+Blue) = 40+25+94=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #28195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28195E is #D7E6A1. Grayscale: #252525. Windows color (decimal): -14149282 or 6166824. OLE color: 6166824.

HSL color Cylindrical-coordinate representation of color #28195E: hue angle of 253.04º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28195E is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 25 94 -
CMYK 0.57 0.73 0 0.63
HSL 253.04º 0.58% 0.23% -
HSV(B) 253.04º 0.73% 0.37% -
XYZ 3.24 1.95 10.8 -
YUV 37.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 40 25 94 0.57 0.73 0 0.63 253.04 0.58 0.23
Hex 28 19 5E 39 49 0 3F FD 3A 17
Octal 50 31 136 71 111 0 77 375 72 27
Binary 101000 11001 1011110 111001 1001001 0 111111 11111101 111010 10111

Color Harmonies of #28195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28195E

Black with #28195E

Text Example


Text Example

White with #28195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28195E;
 }
 .AnyTagClassName
 {
   color: #28195E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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