#271D4C

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

Shades of Violent Violet #271D4C

Tints of Violent Violet #271D4C

Color information

#271D4C (or 0x271D4C) is unknown color: approx Violent Violet. HEX triplet: 27, 1D and 4C. RGB value is (39,29,76). Sum of RGB (Red+Green+Blue) = 39+29+76=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #271D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D4C is #D8E2B3. Grayscale: #252525. Windows color (decimal): -14213812 or 4988199. OLE color: 4988199.

HSL color Cylindrical-coordinate representation of color #271D4C: hue angle of 252.77º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #271D4C is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB392976-
CMYK0.490.6200.70
HSL252.77º44.76%20.59%-
HSV(B)252.77º61.84%29.8%-
XYZ2.581.837.06-
YUV37.35149.81129.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 76 (30.08% from 255) = 52.78%
R=27.08%
G=20.14%
B=52.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3929760.490.6200.70252.7744.7620.59
Hex271D4C313E046fd2d15
Octal4735114617601063755525
Binary100111111011001100110001111110010001101111110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,29,76); }

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

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

 a { background-color: rgb(39,29,76); }

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

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

 span { border-color: rgb(39,29,76); }

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