#271A41

Color #271A41 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #271A41

Tints of Tolopea #271A41

Color information

#271A41 (or 0x271A41) is unknown color: approx Tolopea. HEX triplet: 27, 1A and 41. RGB value is (39,26,65). Sum of RGB (Red+Green+Blue) = 39+26+65=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #271A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271A41 is #D8E5BE. Grayscale: #222222. Windows color (decimal): -14214591 or 4266535. OLE color: 4266535.

HSL color Cylindrical-coordinate representation of color #271A41: hue angle of 260º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #271A41 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB392665-
CMYK0.400.6000.75
HSL260º42.86%17.84%-
HSV(B)260º60%25.49%-
XYZ2.161.555.19-
YUV34.33145.31131.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 65 (25.78% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3926650.400.6000.7526042.8617.84
Hex271A41283C04B1042b12
Octal4732101507401134045322
Binary1001111101010000011010001111000100101110000010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #271A41;
 }
 .AnyTagClassName
 {
   color: #271A41;
 }
</style>
background-color css

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

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

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

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

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

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