#251356

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

Shades of Violent Violet #251356

Tints of Violent Violet #251356

Color information

#251356 (or 0x251356) is unknown color: approx Violent Violet. HEX triplet: 25, 13 and 56. RGB value is (37,19,86). Sum of RGB (Red+Green+Blue) = 37+19+86=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #251356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251356 is #DAECA9. Grayscale: #1F1F1F. Windows color (decimal): -14347434 or 5640997. OLE color: 5640997.

HSL color Cylindrical-coordinate representation of color #251356: hue angle of 256.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251356 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB371986-
CMYK0.570.7800.66
HSL256.12º63.81%20.59%-
HSV(B)256.12º77.91%33.73%-
XYZ2.681.538.96-
YUV32.02158.46131.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 86 (33.98% from 255) = 60.56%
R=26.06%
G=13.38%
B=60.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3719860.570.7800.66256.1263.8120.59
Hex251356394E0421004015
Octal452312671116010240010025
Binary100101100111010110111001100111001000010100000000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251356; }

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

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

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

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

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

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

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

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