#2F144F

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

Shades of Violent Violet #2F144F

Tints of Violent Violet #2F144F

Color information

#2F144F (or 0x2F144F) is unknown color: approx Violent Violet. HEX triplet: 2F, 14 and 4F. RGB value is (47,20,79). Sum of RGB (Red+Green+Blue) = 47+20+79=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F144F is #D0EBB0. Grayscale: #222222. Windows color (decimal): -13691825 or 5182511. OLE color: 5182511.

HSL color Cylindrical-coordinate representation of color #2F144F: hue angle of 267.46º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F144F is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB472079-
CMYK0.410.7500.69
HSL267.46º59.6%19.41%-
HSV(B)267.46º74.68%30.98%-
XYZ2.831.677.57-
YUV34.8152.95136.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.19%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=32.19%
G=13.70%
B=54.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4720790.410.7500.69267.4659.619.41
Hex2F144F294B04510b3c13
Octal57241175111301054137423
Binary10111110100100111110100110010110100010110000101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F144F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,20,79); }

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

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

 a { background-color: rgb(47,20,79); }

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

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

 span { border-color: rgb(47,20,79); }

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