#25194B

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

Shades of Violent Violet #25194B

Tints of Violent Violet #25194B

Color information

#25194B (or 0x25194B) is unknown color: approx Violent Violet. HEX triplet: 25, 19 and 4B. RGB value is (37,25,75). Sum of RGB (Red+Green+Blue) = 37+25+75=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #25194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25194B is #DAE6B4. Grayscale: #222222. Windows color (decimal): -14345909 or 4921637. OLE color: 4921637.

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

Color convert

RGB372575-
CMYK0.510.6700.71
HSL254.4º50%19.61%-
HSV(B)254.4º66.67%29.41%-
XYZ2.381.66.84-
YUV34.29150.98129.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 25 (10.16% from 255) = 18.25%
BLUE value IS 75 (29.69% from 255) = 54.74%
R=27.01%
G=18.25%
B=54.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3725750.510.6700.71254.45019.61
Hex25194B3343047fe3214
Octal45311136310301073766224
Binary1001011100110010111100111000011010001111111111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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