#271A51

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

Shades of Violent Violet #271A51

Tints of Violent Violet #271A51

Color information

#271A51 (or 0x271A51) is unknown color: approx Violent Violet. HEX triplet: 27, 1A and 51. RGB value is (39,26,81). Sum of RGB (Red+Green+Blue) = 39+26+81=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #271A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A51 is #D8E5AE. Grayscale: #232323. Windows color (decimal): -14214575 or 5315111. OLE color: 5315111.

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

Color convert

RGB392681-
CMYK0.520.6800.68
HSL254.18º51.4%20.98%-
HSV(B)254.18º67.9%31.76%-
XYZ2.691.767.98-
YUV36.16153.31130.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 81 (32.03% from 255) = 55.48%
R=26.71%
G=17.81%
B=55.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3926810.520.6800.68254.1851.420.98
Hex271A513444044fe3315
Octal47321216410401043766325
Binary1001111101010100011101001000100010001001111111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271A51; }

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

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

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

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

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

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

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

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