Html Css Color HEX #272160 Paris M

📋 copy color: '#272160'

red 39 ◦ green 33 ◦ blue 96

#272160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #272160

Tints of Paris M #272160

RGB

 RED value IS 39 (15.63% from 255) = 23.21%

 GREEN value IS 33 (13.28% from 255) = 19.64%

 BLUE value IS 96 (37.89% from 255) = 57.14%

R = 23.21%
G = 19.64%
B = 57.14%

CMYK

 C value IS 0.59

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#272160 (or 0x272160) is known color: Paris M. HEX triplet: 27, 21 and 60. RGB value is (39,33,96). Sum of RGB (Red+Green+Blue) = 39+33+96=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #272160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272160 is #D8DE9F. Grayscale: #292929. Windows color (decimal): -14212768 or 6299943. OLE color: 6299943.

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

Color convert

RGB 39 33 96 -
CMYK 0.59 0.66 0 0.62
HSL 245.71º 0.49% 0.25% -
HSV(B) 245.71º 0.66% 0.38% -
XYZ 3.49 2.36 11.34 -
YUV 41.98 158.49 125.88 -
System Red Green Blue C M Y K H S L
Decimal 39 33 96 0.59 0.66 0 0.62 245.71 0.49 0.25
Hex 27 21 60 3B 42 0 3E F6 31 19
Octal 47 41 140 73 102 0 76 366 61 31
Binary 100111 100001 1100000 111011 1000010 0 111110 11110110 110001 11001

Color Harmonies of #272160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272160

Black with #272160

Text Example


Text Example

White with #272160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272160; }

 p { color: rgb(39,33,96); }

 H1.HeaderClassName
 {
   color: #272160;
 }
 .AnyTagClassName
 {
   color: #272160;
 }
</style>

background-color css

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

 a { background-color: rgb(39,33,96); }

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

border-color css

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

 span { border-color: rgb(39,33,96); }

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