#271441

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

Shades of Violent Violet #271441

Tints of Violent Violet #271441

Color information

#271441 (or 0x271441) is unknown color: approx Violent Violet. HEX triplet: 27, 14 and 41. RGB value is (39,20,65). Sum of RGB (Red+Green+Blue) = 39+20+65=124 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.45% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #271441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271441 is #D8EBBE. Grayscale: #1E1E1E. Windows color (decimal): -14216127 or 4264999. OLE color: 4264999.

HSL color Cylindrical-coordinate representation of color #271441: hue angle of 265.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #271441 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB392065-
CMYK0.400.6900.75
HSL265.33º52.94%16.67%-
HSV(B)265.33º69.23%25.49%-
XYZ2.041.315.15-
YUV30.81147.29133.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.45%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=31.45%
G=16.13%
B=52.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3920650.400.6900.75265.3352.9416.67
Hex271441284504B1093511
Octal47241015010501134116521
Binary10011110100100000110100010001010100101110000100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271441; }

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

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

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

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

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

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

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

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