Html Css Color HEX #271A66 Paris M

📋 copy color: '#271A66'

red 39 ◦ green 26 ◦ blue 102

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

Shades of Paris M #271A66

Tints of Paris M #271A66

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.57%

 BLUE value IS 102 (40.23% from 255) = 61.08%

R = 23.35%
G = 15.57%
B = 61.08%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#271A66 (or 0x271A66) is known color: Paris M. HEX triplet: 27, 1A and 66. RGB value is (39,26,102). Sum of RGB (Red+Green+Blue) = 39+26+102=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #271A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A66 is #D8E599. Grayscale: #262626. Windows color (decimal): -14214554 or 6691367. OLE color: 6691367.

HSL color Cylindrical-coordinate representation of color #271A66: hue angle of 250.26º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #271A66 is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 26 102 -
CMYK 0.62 0.75 0 0.6
HSL 250.26º 0.59% 0.25% -
HSV(B) 250.26º 0.75% 0.4% -
XYZ 3.6 2.13 12.79 -
YUV 38.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 39 26 102 0.62 0.75 0 0.6 250.26 0.59 0.25
Hex 27 1A 66 3E 4B 0 3C FA 3B 19
Octal 47 32 146 76 113 0 74 372 73 31
Binary 100111 11010 1100110 111110 1001011 0 111100 11111010 111011 11001

Color Harmonies of #271A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A66

Black with #271A66

Text Example


Text Example

White with #271A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,26,102); }

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

background-color css

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

 a { background-color: rgb(39,26,102); }

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

border-color css

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

 span { border-color: rgb(39,26,102); }

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