#2F154D

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

Shades of Violent Violet #2F154D

Tints of Violent Violet #2F154D

Color information

#2F154D (or 0x2F154D) is unknown color: approx Violent Violet. HEX triplet: 2F, 15 and 4D. RGB value is (47,21,77). Sum of RGB (Red+Green+Blue) = 47+21+77=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F154D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F154D is #D0EAB2. Grayscale: #222222. Windows color (decimal): -13691571 or 5051695. OLE color: 5051695.

HSL color Cylindrical-coordinate representation of color #2F154D: hue angle of 267.86º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F154D is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB472177-
CMYK0.390.7300.70
HSL267.86º57.14%19.22%-
HSV(B)267.86º72.73%30.2%-
XYZ2.781.687.2-
YUV35.16151.61136.45-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.41%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 77 (30.47% from 255) = 53.10%
R=32.41%
G=14.48%
B=53.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4721770.390.7300.70267.8657.1419.22
Hex2F154D274904610c3913
Octal57251154711101064147123
Binary10111110101100110110011110010010100011010000110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,21,77); }

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

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

 a { background-color: rgb(47,21,77); }

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

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

 span { border-color: rgb(47,21,77); }

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