#271459

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

Shades of Violent Violet #271459

Tints of Violent Violet #271459

Color information

#271459 (or 0x271459) is unknown color: approx Violent Violet. HEX triplet: 27, 14 and 59. RGB value is (39,20,89). Sum of RGB (Red+Green+Blue) = 39+20+89=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #271459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271459 is #D8EBA6. Grayscale: #212121. Windows color (decimal): -14216103 or 5837863. OLE color: 5837863.

HSL color Cylindrical-coordinate representation of color #271459: hue angle of 256.52º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #271459 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB392089-
CMYK0.560.7800.65
HSL256.52º63.3%21.37%-
HSV(B)256.52º77.53%34.9%-
XYZ2.891.659.62-
YUV33.55159.29131.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 89 (35.16% from 255) = 60.14%
R=26.35%
G=13.51%
B=60.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3920890.560.7800.65256.5263.321.37
Hex271459384E0411013f15
Octal47241317011601014017725
Binary10011110100101100111100010011100100000110000000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271459; }

 p { color: rgb(39,20,89); }

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

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

 a { background-color: rgb(39,20,89); }

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

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

 span { border-color: rgb(39,20,89); }

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