#271A50

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

Shades of Violent Violet #271A50

Tints of Violent Violet #271A50

Color information

#271A50 (or 0x271A50) is unknown color: approx Violent Violet. HEX triplet: 27, 1A and 50. RGB value is (39,26,80). Sum of RGB (Red+Green+Blue) = 39+26+80=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #271A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #271A50 is #D8E5AF. Grayscale: #232323. Windows color (decimal): -14214576 or 5249575. OLE color: 5249575.

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

Color convert

RGB392680-
CMYK0.510.6700.69
HSL254.44º50.94%20.78%-
HSV(B)254.44º67.5%31.37%-
XYZ2.651.757.79-
YUV36.04152.81130.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=26.90%
G=17.93%
B=55.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3926800.510.6700.69254.4450.9420.78
Hex271A503343045fe3315
Octal47321206310301053766325
Binary1001111101010100001100111000011010001011111111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271A50; }

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

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

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

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

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

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

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

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