#2F274C

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

Shades of Violent Violet #2F274C

Tints of Violent Violet #2F274C

Color information

#2F274C (or 0x2F274C) is unknown color: approx Violent Violet. HEX triplet: 2F, 27 and 4C. RGB value is (47,39,76). Sum of RGB (Red+Green+Blue) = 47+39+76=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F274C is #D0D8B3. Grayscale: #2D2D2D. Windows color (decimal): -13686964 or 4990767. OLE color: 4990767.

HSL color Cylindrical-coordinate representation of color #2F274C: hue angle of 252.97º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F274C is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB473976-
CMYK0.380.4900.70
HSL252.97º32.17%22.55%-
HSV(B)252.97º48.68%29.8%-
XYZ3.22.587.17-
YUV45.61145.15128.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 76 (30.08% from 255) = 46.91%
R=29.01%
G=24.07%
B=46.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4739760.380.4900.70252.9732.1722.55
Hex2F274C2631046fd2017
Octal5747114466101063754027
Binary1011111001111001100100110110001010001101111110110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F274C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F274C; }

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

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

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

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

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

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

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

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