#31274B

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

Shades of Violent Violet #31274B

Tints of Violent Violet #31274B

Color information

#31274B (or 0x31274B) is unknown color: approx Violent Violet. HEX triplet: 31, 27 and 4B. RGB value is (49,39,75). Sum of RGB (Red+Green+Blue) = 49+39+75=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #31274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31274B is #CED8B4. Grayscale: #2D2D2D. Windows color (decimal): -13555893 or 4925233. OLE color: 4925233.

HSL color Cylindrical-coordinate representation of color #31274B: hue angle of 256.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31274B is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB493975-
CMYK0.350.4800.71
HSL256.67º31.58%22.35%-
HSV(B)256.67º48%29.41%-
XYZ3.262.616.99-
YUV46.09144.31130.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=30.06%
G=23.93%
B=46.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4939750.350.4800.71256.6731.5822.35
Hex31274B23300471012016
Octal6147113436001074014026
Binary11000110011110010111000111100000100011110000000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31274B; }

 p { color: rgb(49,39,75); }

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

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

 a { background-color: rgb(49,39,75); }

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

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

 span { border-color: rgb(49,39,75); }

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