Html Css Color HEX #27195F Paris M

📋 copy color: '#27195F'

red 39 ◦ green 25 ◦ blue 95

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

Shades of Paris M #27195F

Tints of Paris M #27195F

RGB

 RED value IS 39 (15.63% from 255) = 24.53%

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 24.53%
G = 15.72%
B = 59.75%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27195F (or 0x27195F) is known color: Paris M. HEX triplet: 27, 19 and 5F. RGB value is (39,25,95). Sum of RGB (Red+Green+Blue) = 39+25+95=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #27195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27195F is #D8E6A0. Grayscale: #242424. Windows color (decimal): -14214817 or 6232359. OLE color: 6232359.

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

Color convert

RGB 39 25 95 -
CMYK 0.59 0.74 0 0.63
HSL 252º 0.58% 0.24% -
HSV(B) 252º 0.74% 0.37% -
XYZ 3.25 1.95 11.03 -
YUV 37.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 39 25 95 0.59 0.74 0 0.63 252 0.58 0.24
Hex 27 19 5F 3B 4A 0 3F FC 3A 18
Octal 47 31 137 73 112 0 77 374 72 30
Binary 100111 11001 1011111 111011 1001010 0 111111 11111100 111010 11000

Color Harmonies of #27195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27195F

Black with #27195F

Text Example


Text Example

White with #27195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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