#25154D

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

Shades of Violent Violet #25154D

Tints of Violent Violet #25154D

Color information

#25154D (or 0x25154D) is unknown color: approx Violent Violet. HEX triplet: 25, 15 and 4D. RGB value is (37,21,77). Sum of RGB (Red+Green+Blue) = 37+21+77=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #25154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25154D is #DAEAB2. Grayscale: #1F1F1F. Windows color (decimal): -14346931 or 5051685. OLE color: 5051685.

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

Color convert

RGB372177-
CMYK0.520.7300.70
HSL257.14º57.14%19.22%-
HSV(B)257.14º72.73%30.2%-
XYZ2.371.477.18-
YUV32.17153.3131.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=27.41%
G=15.56%
B=57.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3721770.520.7300.70257.1457.1419.22
Hex25154D34490461013913
Octal45251156411101064017123
Binary10010110101100110111010010010010100011010000000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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