#271461

Color #271461 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #271461

Tints of Paris M #271461

Color information

#271461 (or 0x271461) is unknown color: approx Paris M. HEX triplet: 27, 14 and 61. RGB value is (39,20,97). Sum of RGB (Red+Green+Blue) = 39+20+97=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #271461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271461 is #D8EB9E. Grayscale: #222222. Windows color (decimal): -14216095 or 6362151. OLE color: 6362151.

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

Color convert

RGB392097-
CMYK0.600.7900.62
HSL254.81º65.81%22.94%-
HSV(B)254.81º79.38%38.04%-
XYZ3.241.7911.48-
YUV34.46163.29131.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=25%
G=12.82%
B=62.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3920970.600.7900.62254.8165.8122.94
Hex2714613C4F03Eff4217
Octal47241417411707637710227
Binary1001111010011000011111001001111011111011111111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271461; }

 p { color: rgb(39,20,97); }

 H1.HeaderClassName
 {
   color: #271461;
 }
 .AnyTagClassName
 {
   color: #271461;
 }
</style>
background-color css

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

 a { background-color: rgb(39,20,97); }

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

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

 span { border-color: rgb(39,20,97); }

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