#271A66

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

Shades of Paris M #271A66

Tints of Paris M #271A66

Color information

#271A66 (or 0x271A66) is unknown color: approx Paris M. HEX triplet: 27, 1A and 66. RGB value is (39,26,102). Sum of RGB (Red+Green+Blue) = 39+26+102=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #271A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A66 is #D8E599. Grayscale: #262626. Windows color (decimal): -14214554 or 6691367. OLE color: 6691367.

HSL color Cylindrical-coordinate representation of color #271A66: hue angle of 250.26º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #271A66 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3926102-
CMYK0.620.7500.6
HSL250.26º59.38%25.1%-
HSV(B)250.26º74.51%40%-
XYZ3.62.1312.79-
YUV38.55163.81128.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=23.35%
G=15.57%
B=61.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39261020.620.7500.6250.2659.3825.1
Hex271A663E4B03Cfa3b19
Octal4732146761130743727331
Binary100111110101100110111110100101101111001111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,26,102); }

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

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

 a { background-color: rgb(39,26,102); }

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

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

 span { border-color: rgb(39,26,102); }

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