#25144B

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

Shades of Violent Violet #25144B

Tints of Violent Violet #25144B

Color information

#25144B (or 0x25144B) is unknown color: approx Violent Violet. HEX triplet: 25, 14 and 4B. RGB value is (37,20,75). Sum of RGB (Red+Green+Blue) = 37+20+75=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #25144B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25144B is #DAEBB4. Grayscale: #1F1F1F. Windows color (decimal): -14347189 or 4920357. OLE color: 4920357.

HSL color Cylindrical-coordinate representation of color #25144B: hue angle of 258.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25144B is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB372075-
CMYK0.510.7300.71
HSL258.55º57.89%18.63%-
HSV(B)258.55º73.33%29.41%-
XYZ2.281.46.81-
YUV31.35152.63132.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=28.03%
G=15.15%
B=56.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3720750.510.7300.71258.5557.8918.63
Hex25144B33490471033a13
Octal45241136311101074037223
Binary10010110100100101111001110010010100011110000001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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