#312451

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

Shades of Violent Violet #312451

Tints of Violent Violet #312451

Color information

#312451 (or 0x312451) is unknown color: approx Violent Violet. HEX triplet: 31, 24 and 51. RGB value is (49,36,81). Sum of RGB (Red+Green+Blue) = 49+36+81=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #312451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312451 is #CEDBAE. Grayscale: #2C2C2C. Windows color (decimal): -13556655 or 5317681. OLE color: 5317681.

HSL color Cylindrical-coordinate representation of color #312451: hue angle of 257.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #312451 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB493681-
CMYK0.400.5600.68
HSL257.33º38.46%22.94%-
HSV(B)257.33º55.56%31.76%-
XYZ3.382.518.09-
YUV45.02148.31130.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 81 (32.03% from 255) = 48.80%
R=29.52%
G=21.69%
B=48.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4936810.400.5600.68257.3338.4622.94
Hex31245128380441012617
Octal6144121507001044014627
Binary11000110010010100011010001110000100010010000000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312451; }

 p { color: rgb(49,36,81); }

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

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

 a { background-color: rgb(49,36,81); }

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

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

 span { border-color: rgb(49,36,81); }

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