#25144D

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

Shades of Violent Violet #25144D

Tints of Violent Violet #25144D

Color information

#25144D (or 0x25144D) is unknown color: approx Violent Violet. HEX triplet: 25, 14 and 4D. RGB value is (37,20,77). Sum of RGB (Red+Green+Blue) = 37+20+77=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #25144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25144D is #DAEBB2. Grayscale: #1F1F1F. Windows color (decimal): -14347187 or 5051429. OLE color: 5051429.

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

Color convert

RGB372077-
CMYK0.520.7400.70
HSL257.89º58.76%19.02%-
HSV(B)257.89º74.03%30.2%-
XYZ2.351.437.17-
YUV31.58153.63131.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.61%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=27.61%
G=14.93%
B=57.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3720770.520.7400.70257.8958.7619.02
Hex25144D344A0461023b13
Octal45241156411201064027323
Binary10010110100100110111010010010100100011010000001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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