#251341

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

Shades of Violent Violet #251341

Tints of Violent Violet #251341

Color information

#251341 (or 0x251341) is unknown color: approx Violent Violet. HEX triplet: 25, 13 and 41. RGB value is (37,19,65). Sum of RGB (Red+Green+Blue) = 37+19+65=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #251341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251341 is #DAECBE. Grayscale: #1D1D1D. Windows color (decimal): -14347455 or 4264741. OLE color: 4264741.

HSL color Cylindrical-coordinate representation of color #251341: hue angle of 263.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #251341 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB371965-
CMYK0.430.7100.75
HSL263.48º54.76%16.47%-
HSV(B)263.48º70.77%25.49%-
XYZ1.951.245.14-
YUV29.63147.96133.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.58%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=30.58%
G=15.70%
B=53.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3719650.430.7100.75263.4854.7616.47
Hex2513412B4704B1073710
Octal45231015310701134076720
Binary10010110011100000110101110001110100101110000011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251341; }

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

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

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

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

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

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

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

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