Html Css Color HEX #28165D Paris M

📋 copy color: '#28165D'

red 40 ◦ green 22 ◦ blue 93

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

Shades of Paris M #28165D

Tints of Paris M #28165D

RGB

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

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

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

R = 25.81%
G = 14.19%
B = 60%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28165D (or 0x28165D) is known color: Paris M. HEX triplet: 28, 16 and 5D. RGB value is (40,22,93). Sum of RGB (Red+Green+Blue) = 40+22+93=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #28165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28165D is #D7E9A2. Grayscale: #232323. Windows color (decimal): -14150051 or 6100520. OLE color: 6100520.

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

Color convert

RGB 40 22 93 -
CMYK 0.57 0.76 0 0.64
HSL 255.21º 0.62% 0.23% -
HSV(B) 255.21º 0.76% 0.36% -
XYZ 3.14 1.82 10.54 -
YUV 35.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 40 22 93 0.57 0.76 0 0.64 255.21 0.62 0.23
Hex 28 16 5D 39 4C 0 40 FF 3E 17
Octal 50 26 135 71 114 0 100 377 76 27
Binary 101000 10110 1011101 111001 1001100 0 1000000 11111111 111110 10111

Color Harmonies of #28165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28165D

Black with #28165D

Text Example


Text Example

White with #28165D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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