#271350

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

Shades of Violent Violet #271350

Tints of Violent Violet #271350

Color information

#271350 (or 0x271350) is unknown color: approx Violent Violet. HEX triplet: 27, 13 and 50. RGB value is (39,19,80). Sum of RGB (Red+Green+Blue) = 39+19+80=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #271350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271350 is #D8ECAF. Grayscale: #1F1F1F. Windows color (decimal): -14216368 or 5247783. OLE color: 5247783.

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

Color convert

RGB391980-
CMYK0.510.7600.69
HSL259.67º61.62%19.41%-
HSV(B)259.67º76.25%31.37%-
XYZ2.521.487.74-
YUV31.93155.13133.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 80 (31.64% from 255) = 57.97%
R=28.26%
G=13.77%
B=57.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3919800.510.7600.69259.6761.6219.41
Hex271350334C0451043e13
Octal47231206311401054047623
Binary10011110011101000011001110011000100010110000010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271350; }

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

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

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

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

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

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

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

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