Html Css Color HEX #271B60 Paris M

📋 copy color: '#271B60'

red 39 ◦ green 27 ◦ blue 96

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

Shades of Paris M #271B60

Tints of Paris M #271B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.67%

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

R = 24.07%
G = 16.67%
B = 59.26%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#271B60 (or 0x271B60) is known color: Paris M. HEX triplet: 27, 1B and 60. RGB value is (39,27,96). Sum of RGB (Red+Green+Blue) = 39+27+96=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #271B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271B60 is #D8E49F. Grayscale: #262626. Windows color (decimal): -14214304 or 6298407. OLE color: 6298407.

HSL color Cylindrical-coordinate representation of color #271B60: hue angle of 250.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #271B60 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 27 96 -
CMYK 0.59 0.72 0 0.62
HSL 250.43º 0.56% 0.24% -
HSV(B) 250.43º 0.72% 0.38% -
XYZ 3.34 2.06 11.29 -
YUV 38.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 39 27 96 0.59 0.72 0 0.62 250.43 0.56 0.24
Hex 27 1B 60 3B 48 0 3E FA 38 18
Octal 47 33 140 73 110 0 76 372 70 30
Binary 100111 11011 1100000 111011 1001000 0 111110 11111010 111000 11000

Color Harmonies of #271B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271B60

Black with #271B60

Text Example


Text Example

White with #271B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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