#251541

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

Shades of Violent Violet #251541

Tints of Violent Violet #251541

Color information

#251541 (or 0x251541) is unknown color: approx Violent Violet. HEX triplet: 25, 15 and 41. RGB value is (37,21,65). Sum of RGB (Red+Green+Blue) = 37+21+65=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #251541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251541 is #DAEABE. Grayscale: #1E1E1E. Windows color (decimal): -14346943 or 4265253. OLE color: 4265253.

HSL color Cylindrical-coordinate representation of color #251541: hue angle of 261.82º 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 #251541 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB372165-
CMYK0.430.6800.75
HSL261.82º51.16%16.86%-
HSV(B)261.82º67.69%25.49%-
XYZ1.991.315.15-
YUV30.8147.3132.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 65 (25.78% from 255) = 52.85%
R=30.08%
G=17.07%
B=52.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3721650.430.6800.75261.8251.1616.86
Hex2515412B4404B1063311
Octal45251015310401134066321
Binary10010110101100000110101110001000100101110000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251541; }

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

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

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

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

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

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

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

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