#272062

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

Shades of Paris M #272062

Tints of Paris M #272062

Color information

#272062 (or 0x272062) is unknown color: approx Paris M. HEX triplet: 27, 20 and 62. RGB value is (39,32,98). Sum of RGB (Red+Green+Blue) = 39+32+98=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #272062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272062 is #D8DF9D. Grayscale: #292929. Windows color (decimal): -14213022 or 6430759. OLE color: 6430759.

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

Color convert

RGB393298-
CMYK0.600.6700.62
HSL246.36º50.77%25.49%-
HSV(B)246.36º67.35%38.43%-
XYZ3.562.3511.82-
YUV41.62159.82126.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=23.08%
G=18.93%
B=57.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3932980.600.6700.62246.3650.7725.49
Hex2720623C4303Ef63319
Octal4740142741030763666331
Binary1001111000001100010111100100001101111101111011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272062; }

 p { color: rgb(39,32,98); }

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

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

 a { background-color: rgb(39,32,98); }

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

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

 span { border-color: rgb(39,32,98); }

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