Html Css Color HEX #272164 Paris M

📋 copy color: '#272164'

red 39 ◦ green 33 ◦ blue 100

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

Shades of Paris M #272164

Tints of Paris M #272164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 58.14%

R = 22.67%
G = 19.19%
B = 58.14%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#272164 (or 0x272164) is known color: Paris M. HEX triplet: 27, 21 and 64. RGB value is (39,33,100). Sum of RGB (Red+Green+Blue) = 39+33+100=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #272164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272164 is #D8DE9B. Grayscale: #2A2A2A. Windows color (decimal): -14212764 or 6562087. OLE color: 6562087.

HSL color Cylindrical-coordinate representation of color #272164: hue angle of 245.37º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #272164 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 33 100 -
CMYK 0.61 0.67 0 0.61
HSL 245.37º 0.5% 0.26% -
HSV(B) 245.37º 0.67% 0.39% -
XYZ 3.68 2.44 12.33 -
YUV 42.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 39 33 100 0.61 0.67 0 0.61 245.37 0.5 0.26
Hex 27 21 64 3D 43 0 3D F5 32 1A
Octal 47 41 144 75 103 0 75 365 62 32
Binary 100111 100001 1100100 111101 1000011 0 111101 11110101 110010 11010

Color Harmonies of #272164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272164

Black with #272164

Text Example


Text Example

White with #272164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272164; }

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

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

background-color css

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

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

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

border-color css

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

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

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