Html Css Color HEX #272068 Paris M

📋 copy color: '#272068'

red 39 ◦ green 32 ◦ blue 104

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

Shades of Paris M #272068

Tints of Paris M #272068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.29%

 BLUE value IS 104 (41.02% from 255) = 59.43%

R = 22.29%
G = 18.29%
B = 59.43%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#272068 (or 0x272068) is known color: Paris M. HEX triplet: 27, 20 and 68. RGB value is (39,32,104). Sum of RGB (Red+Green+Blue) = 39+32+104=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #272068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272068 is #D8DF97. Grayscale: #2A2A2A. Windows color (decimal): -14213016 or 6823975. OLE color: 6823975.

HSL color Cylindrical-coordinate representation of color #272068: hue angle of 245.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #272068 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 32 104 -
CMYK 0.62 0.69 0 0.59
HSL 245.83º 0.53% 0.27% -
HSV(B) 245.83º 0.69% 0.41% -
XYZ 3.85 2.46 13.37 -
YUV 42.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 39 32 104 0.62 0.69 0 0.59 245.83 0.53 0.27
Hex 27 20 68 3E 45 0 3B F6 35 1B
Octal 47 40 150 76 105 0 73 366 65 33
Binary 100111 100000 1101000 111110 1000101 0 111011 11110110 110101 11011

Color Harmonies of #272068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272068

Black with #272068

Text Example


Text Example

White with #272068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272068; }

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

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

background-color css

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

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

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

border-color css

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

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

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