#1F1541

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

Shades of Tolopea #1F1541

Tints of Tolopea #1F1541

Color information

#1F1541 (or 0x1F1541) is unknown color: approx Tolopea. HEX triplet: 1F, 15 and 41. RGB value is (31,21,65). Sum of RGB (Red+Green+Blue) = 31+21+65=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #1F1541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F1541 is #E0EABE. Grayscale: #1C1C1C. Windows color (decimal): -14740159 or 4265247. OLE color: 4265247.

HSL color Cylindrical-coordinate representation of color #1F1541: hue angle of 253.64º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F1541 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB312165-
CMYK0.520.6800.75
HSL253.64º51.16%16.86%-
HSV(B)253.64º67.69%25.49%-
XYZ1.791.215.14-
YUV29.01148.31129.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.50%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 65 (25.78% from 255) = 55.56%
R=26.50%
G=17.95%
B=55.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3121650.520.6800.75253.6451.1616.86
Hex1F1541344404Bfe3311
Octal37251016410401133766321
Binary111111010110000011101001000100010010111111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1541; }

 p { color: rgb(31,21,65); }

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

<style>
 a { background-color: #1F1541; }

 a { background-color: rgb(31,21,65); }

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

<style>
 span { border-color: #1F1541; }

 span { border-color: rgb(31,21,65); }

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