#251149

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

Shades of Violent Violet #251149

Tints of Violent Violet #251149

Color information

#251149 (or 0x251149) is unknown color: approx Violent Violet. HEX triplet: 25, 11 and 49. RGB value is (37,17,73). Sum of RGB (Red+Green+Blue) = 37+17+73=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #251149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251149 is #DAEEB6. Grayscale: #1D1D1D. Windows color (decimal): -14347959 or 4788517. OLE color: 4788517.

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

Color convert

RGB371773-
CMYK0.490.7700.71
HSL261.43º62.22%17.65%-
HSV(B)261.43º76.71%28.63%-
XYZ2.171.286.44-
YUV29.36152.63133.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 73 (28.91% from 255) = 57.48%
R=29.13%
G=13.39%
B=57.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3717730.490.7700.71261.4362.2217.65
Hex251149314D0471053e12
Octal45211116111501074057622
Binary10010110001100100111000110011010100011110000010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251149; }

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

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

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

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

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

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

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

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