#271951

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

Shades of Violent Violet #271951

Tints of Violent Violet #271951

Color information

#271951 (or 0x271951) is unknown color: approx Violent Violet. HEX triplet: 27, 19 and 51. RGB value is (39,25,81). Sum of RGB (Red+Green+Blue) = 39+25+81=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #271951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271951 is #D8E6AE. Grayscale: #232323. Windows color (decimal): -14214831 or 5314855. OLE color: 5314855.

HSL color Cylindrical-coordinate representation of color #271951: hue angle of 255º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #271951 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB392581-
CMYK0.520.6900.68
HSL255º52.83%20.78%-
HSV(B)255º69.14%31.76%-
XYZ2.671.727.98-
YUV35.57153.64130.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 81 (32.03% from 255) = 55.86%
R=26.90%
G=17.24%
B=55.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3925810.520.6900.6825552.8320.78
Hex2719513445044ff3515
Octal47311216410501043776525
Binary1001111100110100011101001000101010001001111111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271951; }

 p { color: rgb(39,25,81); }

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

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

 a { background-color: rgb(39,25,81); }

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

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

 span { border-color: rgb(39,25,81); }

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