Html Css Color HEX #28206C Paris M

📋 copy color: '#28206C'

red 40 ◦ green 32 ◦ blue 108

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

Shades of Paris M #28206C

Tints of Paris M #28206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 22.22%
G = 17.78%
B = 60%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28206C (or 0x28206C) is known color: Paris M. HEX triplet: 28, 20 and 6C. RGB value is (40,32,108). Sum of RGB (Red+Green+Blue) = 40+32+108=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #28206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28206C is #D7DF93. Grayscale: #2A2A2A. Windows color (decimal): -14147476 or 7086120. OLE color: 7086120.

HSL color Cylindrical-coordinate representation of color #28206C: hue angle of 246.32º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28206C is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 32 108 -
CMYK 0.63 0.70 0 0.58
HSL 246.32º 0.54% 0.27% -
HSV(B) 246.32º 0.7% 0.42% -
XYZ 4.1 2.57 14.47 -
YUV 43.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 40 32 108 0.63 0.70 0 0.58 246.32 0.54 0.27
Hex 28 20 6C 3F 46 0 3A F6 36 1B
Octal 50 40 154 77 106 0 72 366 66 33
Binary 101000 100000 1101100 111111 1000110 0 111010 11110110 110110 11011

Color Harmonies of #28206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28206C

Black with #28206C

Text Example


Text Example

White with #28206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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