#271465

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

Shades of Paris M #271465

Tints of Paris M #271465

Color information

#271465 (or 0x271465) is unknown color: approx Paris M. HEX triplet: 27, 14 and 65. RGB value is (39,20,101). Sum of RGB (Red+Green+Blue) = 39+20+101=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #271465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271465 is #D8EB9A. Grayscale: #222222. Windows color (decimal): -14216091 or 6624295. OLE color: 6624295.

HSL color Cylindrical-coordinate representation of color #271465: hue angle of 254.07º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271465 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3920101-
CMYK0.610.8000.60
HSL254.07º66.94%23.73%-
HSV(B)254.07º80.2%39.61%-
XYZ3.441.8712.49-
YUV34.92165.29130.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 101 (39.84% from 255) = 63.12%
R=24.38%
G=12.5%
B=63.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39201010.610.8000.60254.0766.9423.73
Hex2714653D5003Cfe4318
Octal47241457512007437610330
Binary1001111010011001011111011010000011110011111110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271465; }

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

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

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

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

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

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

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

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