Html Css Color HEX #252040 Tolopea

📋 copy color: '#252040'

red 37 ◦ green 32 ◦ blue 64

#252040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #252040

Tints of Tolopea #252040

RGB

 RED value IS 37 (14.84% from 255) = 27.82%

 GREEN value IS 32 (12.89% from 255) = 24.06%

 BLUE value IS 64 (25.39% from 255) = 48.12%

R = 27.82%
G = 24.06%
B = 48.12%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#252040 (or 0x252040) is known color: Tolopea. HEX triplet: 25, 20 and 40. RGB value is (37,32,64). Sum of RGB (Red+Green+Blue) = 37+32+64=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #252040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252040 is #DADFBF. Grayscale: #252525. Windows color (decimal): -14344128 or 4202533. OLE color: 4202533.

HSL color Cylindrical-coordinate representation of color #252040: hue angle of 249.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252040 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 32 64 -
CMYK 0.42 0.50 0 0.75
HSL 249.38º 0.33% 0.19% -
HSV(B) 249.38º 0.5% 0.25% -
XYZ 2.2 1.8 5.08 -
YUV 37.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 37 32 64 0.42 0.50 0 0.75 249.38 0.33 0.19
Hex 25 20 40 2A 32 0 4B F9 21 13
Octal 45 40 100 52 62 0 113 371 41 23
Binary 100101 100000 1000000 101010 110010 0 1001011 11111001 100001 10011

Color Harmonies of #252040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252040

Black with #252040

Text Example


Text Example

White with #252040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252040; }

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

 H1.HeaderClassName
 {
   color: #252040;
 }
 .AnyTagClassName
 {
   color: #252040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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