#261F42

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

Shades of Tolopea #261F42

Tints of Tolopea #261F42

Color information

#261F42 (or 0x261F42) is unknown color: approx Tolopea. HEX triplet: 26, 1F and 42. RGB value is (38,31,66). Sum of RGB (Red+Green+Blue) = 38+31+66=135 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.15% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 66 (26.17% from 255 or 48.89% from 135); Max value from RGB is 66 - color contains mainly: blue. Hex color #261F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F42 is #D9E0BD. Grayscale: #242424. Windows color (decimal): -14278846 or 4333350. OLE color: 4333350.

HSL color Cylindrical-coordinate representation of color #261F42: hue angle of 252º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #261F42 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB383166-
CMYK0.420.5300.74
HSL252º36.08%19.02%-
HSV(B)252º53.03%25.88%-
XYZ2.271.795.38-
YUV37.08144.32128.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.15%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 66 (26.17% from 255) = 48.89%
R=28.15%
G=22.96%
B=48.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3831660.420.5300.7425236.0819.02
Hex261F422A3504Afc2413
Octal4637102526501123744423
Binary100110111111000010101010110101010010101111110010010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261F42; }

 p { color: rgb(38,31,66); }

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

<style>
 a { background-color: #261F42; }

 a { background-color: rgb(38,31,66); }

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

<style>
 span { border-color: #261F42; }

 span { border-color: rgb(38,31,66); }

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