Html Css Color HEX #28206B Paris M

📋 copy color: '#28206B'

red 40 ◦ green 32 ◦ blue 107

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

Shades of Paris M #28206B

Tints of Paris M #28206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 59.78%

R = 22.35%
G = 17.88%
B = 59.78%

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

#28206B (or 0x28206B) is known color: Paris M. HEX triplet: 28, 20 and 6B. RGB value is (40,32,107). Sum of RGB (Red+Green+Blue) = 40+32+107=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #28206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28206B is #D7DF94. Grayscale: #2A2A2A. Windows color (decimal): -14147477 or 7020584. OLE color: 7020584.

HSL color Cylindrical-coordinate representation of color #28206B: hue angle of 246.4º 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 #28206B is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 32 107 -
CMYK 0.63 0.70 0 0.58
HSL 246.4º 0.54% 0.27% -
HSV(B) 246.4º 0.7% 0.42% -
XYZ 4.05 2.55 14.19 -
YUV 42.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 40 32 107 0.63 0.70 0 0.58 246.4 0.54 0.27
Hex 28 20 6B 3F 46 0 3A F6 36 1B
Octal 50 40 153 77 106 0 72 366 66 33
Binary 101000 100000 1101011 111111 1000110 0 111010 11110110 110110 11011

Color Harmonies of #28206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28206B

Black with #28206B

Text Example


Text Example

White with #28206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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