#251540

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

Shades of Violent Violet #251540

Tints of Violent Violet #251540

Color information

#251540 (or 0x251540) is unknown color: approx Violent Violet. HEX triplet: 25, 15 and 40. RGB value is (37,21,64). Sum of RGB (Red+Green+Blue) = 37+21+64=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #251540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251540 is #DAEABF. Grayscale: #1E1E1E. Windows color (decimal): -14346944 or 4199717. OLE color: 4199717.

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

Color convert

RGB372164-
CMYK0.420.6700.75
HSL262.33º50.59%16.67%-
HSV(B)262.33º67.19%25.1%-
XYZ1.961.35-
YUV30.69146.8132.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.33%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=30.33%
G=17.21%
B=52.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3721640.420.6700.75262.3350.5916.67
Hex2515402A4304B1063311
Octal45251005210301134066321
Binary10010110101100000010101010000110100101110000011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251540; }

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

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

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

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

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

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

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

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