#271D40

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

Shades of Tolopea #271D40

Tints of Tolopea #271D40

Color information

#271D40 (or 0x271D40) is unknown color: approx Tolopea. HEX triplet: 27, 1D and 40. RGB value is (39,29,64). Sum of RGB (Red+Green+Blue) = 39+29+64=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #271D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D40 is #D8E2BF. Grayscale: #232323. Windows color (decimal): -14213824 or 4201767. OLE color: 4201767.

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

Color convert

RGB392964-
CMYK0.390.5500.75
HSL257.14º37.63%18.24%-
HSV(B)257.14º54.69%25.1%-
XYZ2.21.685.06-
YUV35.98143.81130.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.55%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=29.55%
G=21.97%
B=48.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3929640.390.5500.75257.1437.6318.24
Hex271D40273704B1012612
Octal4735100476701134014622
Binary1001111110110000001001111101110100101110000000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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