Html Css Color HEX #27155F Paris M

📋 copy color: '#27155F'

red 39 ◦ green 21 ◦ blue 95

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

Shades of Paris M #27155F

Tints of Paris M #27155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

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

R = 25.16%
G = 13.55%
B = 61.29%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#27155F (or 0x27155F) is known color: Paris M. HEX triplet: 27, 15 and 5F. RGB value is (39,21,95). Sum of RGB (Red+Green+Blue) = 39+21+95=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #27155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27155F is #D8EAA0. Grayscale: #222222. Windows color (decimal): -14215841 or 6231335. OLE color: 6231335.

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

Color convert

RGB 39 21 95 -
CMYK 0.59 0.78 0 0.63
HSL 254.59º 0.64% 0.23% -
HSV(B) 254.59º 0.78% 0.37% -
XYZ 3.17 1.79 11.01 -
YUV 34.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 39 21 95 0.59 0.78 0 0.63 254.59 0.64 0.23
Hex 27 15 5F 3B 4E 0 3F FF 40 17
Octal 47 25 137 73 116 0 77 377 100 27
Binary 100111 10101 1011111 111011 1001110 0 111111 11111111 1000000 10111

Color Harmonies of #27155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27155F

Black with #27155F

Text Example


Text Example

White with #27155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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