#271E40

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

Shades of Tolopea #271E40

Tints of Tolopea #271E40

Color information

#271E40 (or 0x271E40) is unknown color: approx Tolopea. HEX triplet: 27, 1E and 40. RGB value is (39,30,64). Sum of RGB (Red+Green+Blue) = 39+30+64=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #271E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E40 is #D8E1BF. Grayscale: #242424. Windows color (decimal): -14213568 or 4202023. OLE color: 4202023.

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

Color convert

RGB393064-
CMYK0.390.5300.75
HSL255.88º36.17%18.43%-
HSV(B)255.88º53.12%25.1%-
XYZ2.231.735.07-
YUV36.57143.48129.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.32%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=29.32%
G=22.56%
B=48.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3930640.390.5300.75255.8836.1718.43
Hex271E40273504B1002412
Octal4736100476501134004422
Binary1001111111010000001001111101010100101110000000010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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