Html Css Color HEX #271D64 Paris M

📋 copy color: '#271D64'

red 39 ◦ green 29 ◦ blue 100

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

Shades of Paris M #271D64

Tints of Paris M #271D64

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.26%

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

R = 23.21%
G = 17.26%
B = 59.52%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#271D64 (or 0x271D64) is known color: Paris M. HEX triplet: 27, 1D and 64. RGB value is (39,29,100). Sum of RGB (Red+Green+Blue) = 39+29+100=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #271D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271D64 is #D8E29B. Grayscale: #272727. Windows color (decimal): -14213788 or 6561063. OLE color: 6561063.

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

Color convert

RGB 39 29 100 -
CMYK 0.61 0.71 0 0.61
HSL 248.45º 0.55% 0.25% -
HSV(B) 248.45º 0.71% 0.39% -
XYZ 3.58 2.23 12.3 -
YUV 40.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 39 29 100 0.61 0.71 0 0.61 248.45 0.55 0.25
Hex 27 1D 64 3D 47 0 3D F8 37 19
Octal 47 35 144 75 107 0 75 370 67 31
Binary 100111 11101 1100100 111101 1000111 0 111101 11111000 110111 11001

Color Harmonies of #271D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271D64

Black with #271D64

Text Example


Text Example

White with #271D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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