#2F2640

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

Shades of Tolopea #2F2640

Tints of Tolopea #2F2640

Color information

#2F2640 (or 0x2F2640) is unknown color: approx Tolopea. HEX triplet: 2F, 26 and 40. RGB value is (47,38,64). Sum of RGB (Red+Green+Blue) = 47+38+64=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F2640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2640 is #D0D9BF. Grayscale: #2B2B2B. Windows color (decimal): -13687232 or 4204079. OLE color: 4204079.

HSL color Cylindrical-coordinate representation of color #2F2640: hue angle of 260.77º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F2640 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB473864-
CMYK0.270.4100.75
HSL260.77º25.49%20%-
HSV(B)260.77º40.62%25.1%-
XYZ2.792.365.16-
YUV43.65139.48130.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.54%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=31.54%
G=25.50%
B=42.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4738640.270.4100.75260.7725.4920
Hex2F26401B2904B1051914
Octal5746100335101134053124
Binary101111100110100000011011101001010010111000001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2640; }

 p { color: rgb(47,38,64); }

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

<style>
 a { background-color: #2F2640; }

 a { background-color: rgb(47,38,64); }

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

<style>
 span { border-color: #2F2640; }

 span { border-color: rgb(47,38,64); }

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