#251249

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

Shades of Violent Violet #251249

Tints of Violent Violet #251249

Color information

#251249 (or 0x251249) is unknown color: approx Violent Violet. HEX triplet: 25, 12 and 49. RGB value is (37,18,73). Sum of RGB (Red+Green+Blue) = 37+18+73=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 73 (28.91% from 255 or 57.03% from 128); Max value from RGB is 73 - color contains mainly: blue. Hex color #251249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251249 is #DAEDB6. Grayscale: #1D1D1D. Windows color (decimal): -14347703 or 4788773. OLE color: 4788773.

HSL color Cylindrical-coordinate representation of color #251249: hue angle of 260.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #251249 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB371873-
CMYK0.490.7500.71
HSL260.73º60.44%17.84%-
HSV(B)260.73º75.34%28.63%-
XYZ2.181.316.44-
YUV29.95152.29133.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.91%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 73 (28.91% from 255) = 57.03%
R=28.91%
G=14.06%
B=57.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3718730.490.7500.71260.7360.4417.84
Hex251249314B0471053c12
Octal45221116111301074057422
Binary10010110010100100111000110010110100011110000010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251249; }

 p { color: rgb(37,18,73); }

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

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

 a { background-color: rgb(37,18,73); }

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

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

 span { border-color: rgb(37,18,73); }

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