Html Css Color HEX #28216C Paris M

📋 copy color: '#28216C'

red 40 ◦ green 33 ◦ blue 108

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

Shades of Paris M #28216C

Tints of Paris M #28216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.67%

R = 22.1%
G = 18.23%
B = 59.67%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28216C (or 0x28216C) is known color: Paris M. HEX triplet: 28, 21 and 6C. RGB value is (40,33,108). Sum of RGB (Red+Green+Blue) = 40+33+108=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #28216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28216C is #D7DE93. Grayscale: #2B2B2B. Windows color (decimal): -14147220 or 7086376. OLE color: 7086376.

HSL color Cylindrical-coordinate representation of color #28216C: hue angle of 245.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28216C is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 33 108 -
CMYK 0.63 0.69 0 0.58
HSL 245.6º 0.53% 0.28% -
HSV(B) 245.6º 0.69% 0.42% -
XYZ 4.13 2.62 14.48 -
YUV 43.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 40 33 108 0.63 0.69 0 0.58 245.6 0.53 0.28
Hex 28 21 6C 3F 45 0 3A F6 35 1C
Octal 50 41 154 77 105 0 72 366 65 34
Binary 101000 100001 1101100 111111 1000101 0 111010 11110110 110101 11100

Color Harmonies of #28216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28216C

Black with #28216C

Text Example


Text Example

White with #28216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28216C; }

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

 H1.HeaderClassName
 {
   color: #28216C;
 }
 .AnyTagClassName
 {
   color: #28216C;
 }
</style>

background-color css

<style>
 a { background-color: #28216C; }

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

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

border-color css

<style>
 span { border-color: #28216C; }

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

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