Html Css Color HEX #28215E Paris M

📋 copy color: '#28215E'

red 40 ◦ green 33 ◦ blue 94

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

Shades of Paris M #28215E

Tints of Paris M #28215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

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

R = 23.95%
G = 19.76%
B = 56.29%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28215E (or 0x28215E) is known color: Paris M. HEX triplet: 28, 21 and 5E. RGB value is (40,33,94). Sum of RGB (Red+Green+Blue) = 40+33+94=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #28215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28215E is #D7DEA1. Grayscale: #292929. Windows color (decimal): -14147234 or 6168872. OLE color: 6168872.

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

Color convert

RGB 40 33 94 -
CMYK 0.57 0.65 0 0.63
HSL 246.89º 0.48% 0.25% -
HSV(B) 246.89º 0.65% 0.37% -
XYZ 3.44 2.35 10.86 -
YUV 42.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 40 33 94 0.57 0.65 0 0.63 246.89 0.48 0.25
Hex 28 21 5E 39 41 0 3F F7 30 19
Octal 50 41 136 71 101 0 77 367 60 31
Binary 101000 100001 1011110 111001 1000001 0 111111 11110111 110000 11001

Color Harmonies of #28215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28215E

Black with #28215E

Text Example


Text Example

White with #28215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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