Html Css Color HEX #28205E Paris M

📋 copy color: '#28205E'

red 40 ◦ green 32 ◦ blue 94

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

Shades of Paris M #28205E

Tints of Paris M #28205E

RGB

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

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

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

R = 24.1%
G = 19.28%
B = 56.63%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28205E (or 0x28205E) is known color: Paris M. HEX triplet: 28, 20 and 5E. RGB value is (40,32,94). Sum of RGB (Red+Green+Blue) = 40+32+94=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #28205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28205E is #D7DFA1. Grayscale: #292929. Windows color (decimal): -14147490 or 6168616. OLE color: 6168616.

HSL color Cylindrical-coordinate representation of color #28205E: hue angle of 247.74º degrees, saturation: 0.49, 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 #28205E is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 32 94 -
CMYK 0.57 0.66 0 0.63
HSL 247.74º 0.49% 0.25% -
HSV(B) 247.74º 0.66% 0.37% -
XYZ 3.41 2.29 10.85 -
YUV 41.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 40 32 94 0.57 0.66 0 0.63 247.74 0.49 0.25
Hex 28 20 5E 39 42 0 3F F8 31 19
Octal 50 40 136 71 102 0 77 370 61 31
Binary 101000 100000 1011110 111001 1000010 0 111111 11111000 110001 11001

Color Harmonies of #28205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28205E

Black with #28205E

Text Example


Text Example

White with #28205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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