#31254B

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

Shades of Violent Violet #31254B

Tints of Violent Violet #31254B

Color information

#31254B (or 0x31254B) is unknown color: approx Violent Violet. HEX triplet: 31, 25 and 4B. RGB value is (49,37,75). Sum of RGB (Red+Green+Blue) = 49+37+75=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #31254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31254B is #CEDAB4. Grayscale: #2C2C2C. Windows color (decimal): -13556405 or 4924721. OLE color: 4924721.

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

Color convert

RGB493775-
CMYK0.350.5100.71
HSL258.95º33.93%21.96%-
HSV(B)258.95º50.67%29.41%-
XYZ3.22.486.97-
YUV44.92144.98130.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 75 (29.69% from 255) = 46.58%
R=30.43%
G=22.98%
B=46.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4937750.350.5100.71258.9533.9321.96
Hex31254B23330471032216
Octal6145113436301074034226
Binary11000110010110010111000111100110100011110000001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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