Html Css Color HEX #271560 Paris M

📋 copy color: '#271560'

red 39 ◦ green 21 ◦ blue 96

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

Shades of Paris M #271560

Tints of Paris M #271560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 61.54%

R = 25%
G = 13.46%
B = 61.54%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#271560 (or 0x271560) is known color: Paris M. HEX triplet: 27, 15 and 60. RGB value is (39,21,96). Sum of RGB (Red+Green+Blue) = 39+21+96=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #271560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271560 is #D8EA9F. Grayscale: #222222. Windows color (decimal): -14215840 or 6296871. OLE color: 6296871.

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

Color convert

RGB 39 21 96 -
CMYK 0.59 0.78 0 0.62
HSL 254.4º 0.64% 0.23% -
HSV(B) 254.4º 0.78% 0.38% -
XYZ 3.22 1.81 11.25 -
YUV 34.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 39 21 96 0.59 0.78 0 0.62 254.4 0.64 0.23
Hex 27 15 60 3B 4E 0 3E FE 40 17
Octal 47 25 140 73 116 0 76 376 100 27
Binary 100111 10101 1100000 111011 1001110 0 111110 11111110 1000000 10111

Color Harmonies of #271560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271560

Black with #271560

Text Example


Text Example

White with #271560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271560; }

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

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

background-color css

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

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

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

border-color css

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

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

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