#31254E

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

Shades of Violent Violet #31254E

Tints of Violent Violet #31254E

Color information

#31254E (or 0x31254E) is unknown color: approx Violent Violet. HEX triplet: 31, 25 and 4E. RGB value is (49,37,78). Sum of RGB (Red+Green+Blue) = 49+37+78=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #31254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31254E is #CEDAB1. Grayscale: #2D2D2D. Windows color (decimal): -13556402 or 5121329. OLE color: 5121329.

HSL color Cylindrical-coordinate representation of color #31254E: hue angle of 257.56º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #31254E is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB493778-
CMYK0.370.5300.69
HSL257.56º35.65%22.55%-
HSV(B)257.56º52.56%30.59%-
XYZ3.32.537.52-
YUV45.26146.48130.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=29.88%
G=22.56%
B=47.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4937780.370.5300.69257.5635.6522.55
Hex31254E25350451022417
Octal6145116456501054024427
Binary11000110010110011101001011101010100010110000001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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