Html Css Color HEX #28155F Paris M

📋 copy color: '#28155F'

red 40 ◦ green 21 ◦ blue 95

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

Shades of Paris M #28155F

Tints of Paris M #28155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.46%

 BLUE value IS 95 (37.5% from 255) = 60.9%

R = 25.64%
G = 13.46%
B = 60.9%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28155F (or 0x28155F) is known color: Paris M. HEX triplet: 28, 15 and 5F. RGB value is (40,21,95). Sum of RGB (Red+Green+Blue) = 40+21+95=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 95 (37.5% from 255 or 60.90% from 156); Max value from RGB is 95 - color contains mainly: blue. Hex color #28155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28155F is #D7EAA0. Grayscale: #222222. Windows color (decimal): -14150305 or 6231336. OLE color: 6231336.

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

Color convert

RGB 40 21 95 -
CMYK 0.58 0.78 0 0.63
HSL 255.41º 0.64% 0.23% -
HSV(B) 255.41º 0.78% 0.37% -
XYZ 3.21 1.81 11.01 -
YUV 35.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 40 21 95 0.58 0.78 0 0.63 255.41 0.64 0.23
Hex 28 15 5F 3A 4E 0 3F FF 40 17
Octal 50 25 137 72 116 0 77 377 100 27
Binary 101000 10101 1011111 111010 1001110 0 111111 11111111 1000000 10111

Color Harmonies of #28155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28155F

Black with #28155F

Text Example


Text Example

White with #28155F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28155F; }

 p { color: rgb(40,21,95); }

 H1.HeaderClassName
 {
   color: #28155F;
 }
 .AnyTagClassName
 {
   color: #28155F;
 }
</style>

background-color css

<style>
 a { background-color: #28155F; }

 a { background-color: rgb(40,21,95); }

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

border-color css

<style>
 span { border-color: #28155F; }

 span { border-color: rgb(40,21,95); }

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