Html Css Color HEX #28165E Paris M

📋 copy color: '#28165E'

red 40 ◦ green 22 ◦ blue 94

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

Shades of Paris M #28165E

Tints of Paris M #28165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.1%

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

R = 25.64%
G = 14.1%
B = 60.26%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28165E (or 0x28165E) is known color: Paris M. HEX triplet: 28, 16 and 5E. RGB value is (40,22,94). Sum of RGB (Red+Green+Blue) = 40+22+94=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #28165E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28165E is #D7E9A1. Grayscale: #232323. Windows color (decimal): -14150050 or 6166056. OLE color: 6166056.

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

Color convert

RGB 40 22 94 -
CMYK 0.57 0.77 0 0.63
HSL 255º 0.62% 0.23% -
HSV(B) 255º 0.77% 0.37% -
XYZ 3.18 1.83 10.78 -
YUV 35.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 40 22 94 0.57 0.77 0 0.63 255 0.62 0.23
Hex 28 16 5E 39 4D 0 3F FF 3E 17
Octal 50 26 136 71 115 0 77 377 76 27
Binary 101000 10110 1011110 111001 1001101 0 111111 11111111 111110 10111

Color Harmonies of #28165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28165E

Black with #28165E

Text Example


Text Example

White with #28165E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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