#271451

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

Shades of Violent Violet #271451

Tints of Violent Violet #271451

Color information

#271451 (or 0x271451) is unknown color: approx Violent Violet. HEX triplet: 27, 14 and 51. RGB value is (39,20,81). Sum of RGB (Red+Green+Blue) = 39+20+81=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #271451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271451 is #D8EBAE. Grayscale: #202020. Windows color (decimal): -14216111 or 5313575. OLE color: 5313575.

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

Color convert

RGB392081-
CMYK0.520.7500.68
HSL258.69º60.4%19.8%-
HSV(B)258.69º75.31%31.76%-
XYZ2.571.537.94-
YUV32.64155.29132.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 20 (8.20% from 255) = 14.29%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=27.86%
G=14.29%
B=57.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3920810.520.7500.68258.6960.419.8
Hex271451344B0441033c14
Octal47241216411301044037424
Binary10011110100101000111010010010110100010010000001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271451; }

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

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

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

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

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

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

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

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