#261C41

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

Shades of Tolopea #261C41

Tints of Tolopea #261C41

Color information

#261C41 (or 0x261C41) is unknown color: approx Tolopea. HEX triplet: 26, 1C and 41. RGB value is (38,28,65). Sum of RGB (Red+Green+Blue) = 38+28+65=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #261C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C41 is #D9E3BE. Grayscale: #232323. Windows color (decimal): -14279615 or 4267046. OLE color: 4267046.

HSL color Cylindrical-coordinate representation of color #261C41: hue angle of 256.22º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #261C41 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB382865-
CMYK0.420.5700.75
HSL256.22º39.78%18.24%-
HSV(B)256.22º56.92%25.49%-
XYZ2.171.625.2-
YUV35.21144.81129.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.01%
GREEN value IS 28 (11.33% from 255) = 21.37%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=29.01%
G=21.37%
B=49.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3828650.420.5700.75256.2239.7818.24
Hex261C412A3904B1002812
Octal4634101527101134005022
Binary1001101110010000011010101110010100101110000000010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,65); }

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

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

 a { background-color: rgb(38,28,65); }

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

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

 span { border-color: rgb(38,28,65); }

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