#271950

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

Shades of Violent Violet #271950

Tints of Violent Violet #271950

Color information

#271950 (or 0x271950) is unknown color: approx Violent Violet. HEX triplet: 27, 19 and 50. RGB value is (39,25,80). Sum of RGB (Red+Green+Blue) = 39+25+80=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #271950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271950 is #D8E6AF. Grayscale: #232323. Windows color (decimal): -14214832 or 5249319. OLE color: 5249319.

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

Color convert

RGB392580-
CMYK0.510.6900.69
HSL255.27º52.38%20.59%-
HSV(B)255.27º68.75%31.37%-
XYZ2.631.717.78-
YUV35.46153.14130.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 80 (31.64% from 255) = 55.56%
R=27.08%
G=17.36%
B=55.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3925800.510.6900.69255.2752.3820.59
Hex2719503345045ff3415
Octal47311206310501053776425
Binary1001111100110100001100111000101010001011111111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271950; }

 p { color: rgb(39,25,80); }

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

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

 a { background-color: rgb(39,25,80); }

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

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

 span { border-color: rgb(39,25,80); }

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