#271A68

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

Shades of Paris M #271A68

Tints of Paris M #271A68

Color information

#271A68 (or 0x271A68) is unknown color: approx Paris M. HEX triplet: 27, 1A and 68. RGB value is (39,26,104). Sum of RGB (Red+Green+Blue) = 39+26+104=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #271A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A68 is #D8E597. Grayscale: #262626. Windows color (decimal): -14214552 or 6822439. OLE color: 6822439.

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

Color convert

RGB3926104-
CMYK0.620.7500.59
HSL250º60%25.49%-
HSV(B)250º75%40.78%-
XYZ3.72.1713.32-
YUV38.78164.81128.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 26 (10.55% from 255) = 15.38%
BLUE value IS 104 (41.02% from 255) = 61.54%
R=23.08%
G=15.38%
B=61.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39261040.620.7500.592506025.49
Hex271A683E4B03Bfa3c19
Octal4732150761130733727431
Binary100111110101101000111110100101101110111111101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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