#25194D

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

Shades of Violent Violet #25194D

Tints of Violent Violet #25194D

Color information

#25194D (or 0x25194D) is unknown color: approx Violent Violet. HEX triplet: 25, 19 and 4D. RGB value is (37,25,77). Sum of RGB (Red+Green+Blue) = 37+25+77=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #25194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25194D is #DAE6B2. Grayscale: #222222. Windows color (decimal): -14345907 or 5052709. OLE color: 5052709.

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

Color convert

RGB372577-
CMYK0.520.6800.70
HSL253.85º50.98%20%-
HSV(B)253.85º67.53%30.2%-
XYZ2.451.627.21-
YUV34.52151.98129.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 77 (30.47% from 255) = 55.40%
R=26.62%
G=17.99%
B=55.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3725770.520.6800.70253.8550.9820
Hex25194D3444046fe3314
Octal45311156410401063766324
Binary1001011100110011011101001000100010001101111111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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