#251351

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

Shades of Violent Violet #251351

Tints of Violent Violet #251351

Color information

#251351 (or 0x251351) is unknown color: approx Violent Violet. HEX triplet: 25, 13 and 51. RGB value is (37,19,81). Sum of RGB (Red+Green+Blue) = 37+19+81=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #251351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251351 is #DAECAE. Grayscale: #1F1F1F. Windows color (decimal): -14347439 or 5313317. OLE color: 5313317.

HSL color Cylindrical-coordinate representation of color #251351: hue angle of 257.42º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #251351 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB371981-
CMYK0.540.7700.68
HSL257.42º62%19.61%-
HSV(B)257.42º76.54%31.76%-
XYZ2.481.457.93-
YUV31.45155.96131.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 81 (32.03% from 255) = 59.12%
R=27.01%
G=13.87%
B=59.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3719810.540.7700.68257.426219.61
Hex251351364D0441013e14
Octal45231216611501044017624
Binary10010110011101000111011010011010100010010000000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251351; }

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

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

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

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

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

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

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

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