Html Css Color HEX #37295F Paris M

📋 copy color: '#37295F'

red 55 ◦ green 41 ◦ blue 95

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

Shades of Paris M #37295F

Tints of Paris M #37295F

RGB

 RED value IS 55 (21.88% from 255) = 28.8%

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 28.8%
G = 21.47%
B = 49.74%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37295F (or 0x37295F) is known color: Paris M. HEX triplet: 37, 29 and 5F. RGB value is (55,41,95). Sum of RGB (Red+Green+Blue) = 55+41+95=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #37295F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37295F is #C8D6A0. Grayscale: #333333. Windows color (decimal): -13162145 or 6236471. OLE color: 6236471.

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

Color convert

RGB 55 41 95 -
CMYK 0.42 0.57 0 0.63
HSL 255.56º 0.4% 0.27% -
HSV(B) 255.56º 0.57% 0.37% -
XYZ 4.43 3.22 11.22 -
YUV 51.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 55 41 95 0.42 0.57 0 0.63 255.56 0.4 0.27
Hex 37 29 5F 2A 39 0 3F 100 28 1B
Octal 67 51 137 52 71 0 77 400 50 33
Binary 110111 101001 1011111 101010 111001 0 111111 100000000 101000 11011

Color Harmonies of #37295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37295F

Black with #37295F

Text Example


Text Example

White with #37295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,41,95); }

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

background-color css

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

 a { background-color: rgb(55,41,95); }

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

border-color css

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

 span { border-color: rgb(55,41,95); }

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