Html Css Color HEX #271F64 Paris M

📋 copy color: '#271F64'

red 39 ◦ green 31 ◦ blue 100

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

Shades of Paris M #271F64

Tints of Paris M #271F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.24%

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

R = 22.94%
G = 18.24%
B = 58.82%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#271F64 (or 0x271F64) is known color: Paris M. HEX triplet: 27, 1F and 64. RGB value is (39,31,100). Sum of RGB (Red+Green+Blue) = 39+31+100=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #271F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271F64 is #D8E09B. Grayscale: #282828. Windows color (decimal): -14213276 or 6561575. OLE color: 6561575.

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

Color convert

RGB 39 31 100 -
CMYK 0.61 0.69 0 0.61
HSL 246.96º 0.53% 0.26% -
HSV(B) 246.96º 0.69% 0.39% -
XYZ 3.63 2.33 12.32 -
YUV 41.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 39 31 100 0.61 0.69 0 0.61 246.96 0.53 0.26
Hex 27 1F 64 3D 45 0 3D F7 35 1A
Octal 47 37 144 75 105 0 75 367 65 32
Binary 100111 11111 1100100 111101 1000101 0 111101 11110111 110101 11010

Color Harmonies of #271F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271F64

Black with #271F64

Text Example


Text Example

White with #271F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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