#271251

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

Shades of Violent Violet #271251

Tints of Violent Violet #271251

Color information

#271251 (or 0x271251) is unknown color: approx Violent Violet. HEX triplet: 27, 12 and 51. RGB value is (39,18,81). Sum of RGB (Red+Green+Blue) = 39+18+81=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #271251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271251 is #D8EDAE. Grayscale: #1F1F1F. Windows color (decimal): -14216623 or 5313063. OLE color: 5313063.

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

Color convert

RGB391881-
CMYK0.520.7800.68
HSL260º63.64%19.41%-
HSV(B)260º77.78%31.76%-
XYZ2.541.467.93-
YUV31.46155.96133.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=28.26%
G=13.04%
B=58.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3918810.520.7800.6826063.6419.41
Hex271251344E0441044013
Octal472212164116010440410023
Binary100111100101010001110100100111001000100100000100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271251; }

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

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

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

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

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

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

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

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