Html Css Color HEX #28205F Paris M

📋 copy color: '#28205F'

red 40 ◦ green 32 ◦ blue 95

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

Shades of Paris M #28205F

Tints of Paris M #28205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.89%

R = 23.95%
G = 19.16%
B = 56.89%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28205F (or 0x28205F) is known color: Paris M. HEX triplet: 28, 20 and 5F. RGB value is (40,32,95). Sum of RGB (Red+Green+Blue) = 40+32+95=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #28205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28205F is #D7DFA0. Grayscale: #292929. Windows color (decimal): -14147489 or 6234152. OLE color: 6234152.

HSL color Cylindrical-coordinate representation of color #28205F: hue angle of 247.62º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28205F is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 32 95 -
CMYK 0.58 0.66 0 0.63
HSL 247.62º 0.5% 0.25% -
HSV(B) 247.62º 0.66% 0.37% -
XYZ 3.46 2.31 11.09 -
YUV 41.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 40 32 95 0.58 0.66 0 0.63 247.62 0.5 0.25
Hex 28 20 5F 3A 42 0 3F F8 32 19
Octal 50 40 137 72 102 0 77 370 62 31
Binary 101000 100000 1011111 111010 1000010 0 111111 11111000 110010 11001

Color Harmonies of #28205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28205F

Black with #28205F

Text Example


Text Example

White with #28205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28205F; }

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

 H1.HeaderClassName
 {
   color: #28205F;
 }
 .AnyTagClassName
 {
   color: #28205F;
 }
</style>

background-color css

<style>
 a { background-color: #28205F; }

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

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

border-color css

<style>
 span { border-color: #28205F; }

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

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