Html Css Color HEX #271A68 Paris M

📋 copy color: '#271A68'

red 39 ◦ green 26 ◦ blue 104

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

Shades of Paris M #271A68

Tints of Paris M #271A68

RGB

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

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

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

R = 23.08%
G = 15.38%
B = 61.54%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#271A68 (or 0x271A68) is known color: Paris M. HEX triplet: 27, 1A and 68. RGB value is (39,26,104). Sum of RGB (Red+Green+Blue) = 39+26+104=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #271A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A68 is #D8E597. Grayscale: #262626. Windows color (decimal): -14214552 or 6822439. OLE color: 6822439.

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

Color convert

RGB 39 26 104 -
CMYK 0.62 0.75 0 0.59
HSL 250º 0.6% 0.25% -
HSV(B) 250º 0.75% 0.41% -
XYZ 3.7 2.17 13.32 -
YUV 38.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 39 26 104 0.62 0.75 0 0.59 250 0.6 0.25
Hex 27 1A 68 3E 4B 0 3B FA 3C 19
Octal 47 32 150 76 113 0 73 372 74 31
Binary 100111 11010 1101000 111110 1001011 0 111011 11111010 111100 11001

Color Harmonies of #271A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271A68

Black with #271A68

Text Example


Text Example

White with #271A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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