#251347

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

Shades of Violent Violet #251347

Tints of Violent Violet #251347

Color information

#251347 (or 0x251347) is unknown color: approx Violent Violet. HEX triplet: 25, 13 and 47. RGB value is (37,19,71). Sum of RGB (Red+Green+Blue) = 37+19+71=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #251347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251347 is #DAECB8. Grayscale: #1E1E1E. Windows color (decimal): -14347449 or 4657957. OLE color: 4657957.

HSL color Cylindrical-coordinate representation of color #251347: hue angle of 260.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #251347 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB371971-
CMYK0.480.7300.72
HSL260.77º57.78%17.65%-
HSV(B)260.77º73.24%27.84%-
XYZ2.131.316.1-
YUV30.31150.96132.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 71 (28.12% from 255) = 55.91%
R=29.13%
G=14.96%
B=55.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3719710.480.7300.72260.7757.7817.65
Hex25134730490481053a12
Octal45231076011101104057222
Binary10010110011100011111000010010010100100010000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251347; }

 p { color: rgb(37,19,71); }

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

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

 a { background-color: rgb(37,19,71); }

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

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

 span { border-color: rgb(37,19,71); }

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