#271B4A

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

Shades of Violent Violet #271B4A

Tints of Violent Violet #271B4A

Color information

#271B4A (or 0x271B4A) is unknown color: approx Violent Violet. HEX triplet: 27, 1B and 4A. RGB value is (39,27,74). Sum of RGB (Red+Green+Blue) = 39+27+74=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #271B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B4A is #D8E4B5. Grayscale: #232323. Windows color (decimal): -14214326 or 4856615. OLE color: 4856615.

HSL color Cylindrical-coordinate representation of color #271B4A: hue angle of 255.32º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #271B4A is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB392774-
CMYK0.470.6400.71
HSL255.32º46.53%19.8%-
HSV(B)255.32º63.51%29.02%-
XYZ2.461.716.68-
YUV35.95149.48130.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 74 (29.30% from 255) = 52.86%
R=27.86%
G=19.29%
B=52.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3927740.470.6400.71255.3246.5319.8
Hex271B4A2F40047ff2f14
Octal47331125710001073775724
Binary1001111101110010101011111000000010001111111111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,27,74); }

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

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

 a { background-color: rgb(39,27,74); }

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

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

 span { border-color: rgb(39,27,74); }

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