Html Css Color HEX #28185D Paris M

📋 copy color: '#28185D'

red 40 ◦ green 24 ◦ blue 93

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

Shades of Paris M #28185D

Tints of Paris M #28185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

 BLUE value IS 93 (36.72% from 255) = 59.24%

R = 25.48%
G = 15.29%
B = 59.24%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28185D (or 0x28185D) is known color: Paris M. HEX triplet: 28, 18 and 5D. RGB value is (40,24,93). Sum of RGB (Red+Green+Blue) = 40+24+93=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #28185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28185D is #D7E7A2. Grayscale: #242424. Windows color (decimal): -14149539 or 6101032. OLE color: 6101032.

HSL color Cylindrical-coordinate representation of color #28185D: hue angle of 253.91º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28185D is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 24 93 -
CMYK 0.57 0.74 0 0.64
HSL 253.91º 0.59% 0.23% -
HSV(B) 253.91º 0.74% 0.36% -
XYZ 3.18 1.89 10.55 -
YUV 36.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 40 24 93 0.57 0.74 0 0.64 253.91 0.59 0.23
Hex 28 18 5D 39 4A 0 40 FE 3B 17
Octal 50 30 135 71 112 0 100 376 73 27
Binary 101000 11000 1011101 111001 1001010 0 1000000 11111110 111011 10111

Color Harmonies of #28185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28185D

Black with #28185D

Text Example


Text Example

White with #28185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28185D; }

 p { color: rgb(40,24,93); }

 H1.HeaderClassName
 {
   color: #28185D;
 }
 .AnyTagClassName
 {
   color: #28185D;
 }
</style>

background-color css

<style>
 a { background-color: #28185D; }

 a { background-color: rgb(40,24,93); }

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

border-color css

<style>
 span { border-color: #28185D; }

 span { border-color: rgb(40,24,93); }

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