#25124D

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

Shades of Violent Violet #25124D

Tints of Violent Violet #25124D

Color information

#25124D (or 0x25124D) is unknown color: approx Violent Violet. HEX triplet: 25, 12 and 4D. RGB value is (37,18,77). Sum of RGB (Red+Green+Blue) = 37+18+77=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #25124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25124D is #DAEDB2. Grayscale: #1E1E1E. Windows color (decimal): -14347699 or 5050917. OLE color: 5050917.

HSL color Cylindrical-coordinate representation of color #25124D: hue angle of 259.32º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25124D is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB371877-
CMYK0.520.7700.70
HSL259.32º62.11%18.63%-
HSV(B)259.32º76.62%30.2%-
XYZ2.321.367.16-
YUV30.41154.29132.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=28.03%
G=13.64%
B=58.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3718770.520.7700.70259.3262.1118.63
Hex25124D344D0461033e13
Octal45221156411501064037623
Binary10010110010100110111010010011010100011010000001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25124D; }

 p { color: rgb(37,18,77); }

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

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

 a { background-color: rgb(37,18,77); }

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

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

 span { border-color: rgb(37,18,77); }

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