Html Css Color HEX #28275F Paris M

📋 copy color: '#28275F'

red 40 ◦ green 39 ◦ blue 95

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

Shades of Paris M #28275F

Tints of Paris M #28275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 22.99%
G = 22.41%
B = 54.6%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28275F (or 0x28275F) is known color: Paris M. HEX triplet: 28, 27 and 5F. RGB value is (40,39,95). Sum of RGB (Red+Green+Blue) = 40+39+95=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #28275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28275F is #D7D8A0. Grayscale: #2D2D2D. Windows color (decimal): -14145697 or 6235944. OLE color: 6235944.

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

Color convert

RGB 40 39 95 -
CMYK 0.58 0.59 0 0.63
HSL 241.07º 0.42% 0.26% -
HSV(B) 241.07º 0.59% 0.37% -
XYZ 3.67 2.73 11.16 -
YUV 45.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 40 39 95 0.58 0.59 0 0.63 241.07 0.42 0.26
Hex 28 27 5F 3A 3B 0 3F F1 2A 1A
Octal 50 47 137 72 73 0 77 361 52 32
Binary 101000 100111 1011111 111010 111011 0 111111 11110001 101010 11010

Color Harmonies of #28275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28275F

Black with #28275F

Text Example


Text Example

White with #28275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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