#25153F

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

Shades of Violent Violet #25153F

Tints of Violent Violet #25153F

Color information

#25153F (or 0x25153F) is unknown color: approx Violent Violet. HEX triplet: 25, 15 and 3F. RGB value is (37,21,63). Sum of RGB (Red+Green+Blue) = 37+21+63=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #25153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25153F is #DAEAC0. Grayscale: #1E1E1E. Windows color (decimal): -14346945 or 4134181. OLE color: 4134181.

HSL color Cylindrical-coordinate representation of color #25153F: hue angle of 262.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25153F is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB372163-
CMYK0.410.6700.75
HSL262.86º50%16.47%-
HSV(B)262.86º66.67%24.71%-
XYZ1.931.294.85-
YUV30.57146.3132.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 63 (25% from 255) = 52.07%
R=30.58%
G=17.36%
B=52.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3721630.410.6700.75262.865016.47
Hex25153F294304B1073210
Octal4525775110301134076220
Binary1001011010111111110100110000110100101110000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25153F; }

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

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

<style>
 a { background-color: #25153F; }

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

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

<style>
 span { border-color: #25153F; }

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

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