#252041

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

Shades of Tolopea #252041

Tints of Tolopea #252041

Color information

#252041 (or 0x252041) is unknown color: approx Tolopea. HEX triplet: 25, 20 and 41. RGB value is (37,32,65). Sum of RGB (Red+Green+Blue) = 37+32+65=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #252041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252041 is #DADFBE. Grayscale: #252525. Windows color (decimal): -14344127 or 4268069. OLE color: 4268069.

HSL color Cylindrical-coordinate representation of color #252041: hue angle of 249.09º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252041 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB373265-
CMYK0.430.5100.75
HSL249.09º34.02%19.02%-
HSV(B)249.09º50.77%25.49%-
XYZ2.231.815.23-
YUV37.26143.66127.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=27.61%
G=23.88%
B=48.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3732650.430.5100.75249.0934.0219.02
Hex2520412B3304Bf92213
Octal4540101536301133714223
Binary1001011000001000001101011110011010010111111100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252041; }

 p { color: rgb(37,32,65); }

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

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

 a { background-color: rgb(37,32,65); }

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

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

 span { border-color: rgb(37,32,65); }

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