#271D42

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

Shades of Tolopea #271D42

Tints of Tolopea #271D42

Color information

#271D42 (or 0x271D42) is unknown color: approx Tolopea. HEX triplet: 27, 1D and 42. RGB value is (39,29,66). Sum of RGB (Red+Green+Blue) = 39+29+66=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #271D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D42 is #D8E2BD. Grayscale: #242424. Windows color (decimal): -14213822 or 4332839. OLE color: 4332839.

HSL color Cylindrical-coordinate representation of color #271D42: hue angle of 256.22º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #271D42 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB392966-
CMYK0.410.5600.74
HSL256.22º38.95%18.63%-
HSV(B)256.22º56.06%25.88%-
XYZ2.261.75.36-
YUV36.21144.81129.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 66 (26.17% from 255) = 49.25%
R=29.10%
G=21.64%
B=49.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3929660.410.5600.74256.2238.9518.63
Hex271D42293804A1002713
Octal4735102517001124004723
Binary1001111110110000101010011110000100101010000000010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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