#25134D

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

Shades of Violent Violet #25134D

Tints of Violent Violet #25134D

Color information

#25134D (or 0x25134D) is unknown color: approx Violent Violet. HEX triplet: 25, 13 and 4D. RGB value is (37,19,77). Sum of RGB (Red+Green+Blue) = 37+19+77=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #25134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25134D is #DAECB2. Grayscale: #1E1E1E. Windows color (decimal): -14347443 or 5051173. OLE color: 5051173.

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

Color convert

RGB371977-
CMYK0.520.7500.70
HSL258.62º60.42%18.82%-
HSV(B)258.62º75.32%30.2%-
XYZ2.341.397.17-
YUV30.99153.96132.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=27.82%
G=14.29%
B=57.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3719770.520.7500.70258.6260.4218.82
Hex25134D344B0461033c13
Octal45231156411301064037423
Binary10010110011100110111010010010110100011010000001111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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