#2F144C

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

Shades of Violent Violet #2F144C

Tints of Violent Violet #2F144C

Color information

#2F144C (or 0x2F144C) is unknown color: approx Violent Violet. HEX triplet: 2F, 14 and 4C. RGB value is (47,20,76). Sum of RGB (Red+Green+Blue) = 47+20+76=143 (18% of max value = 765). Red value is 47 (18.75% from 255 or 32.87% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F144C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F144C is #D0EBB3. Grayscale: #222222. Windows color (decimal): -13691828 or 4985903. OLE color: 4985903.

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

Color convert

RGB472076-
CMYK0.380.7400.70
HSL268.93º58.33%18.82%-
HSV(B)268.93º73.68%29.8%-
XYZ2.731.637.01-
YUV34.46151.45136.95-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.87%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 76 (30.08% from 255) = 53.15%
R=32.87%
G=13.99%
B=53.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4720760.380.7400.70268.9358.3318.82
Hex2F144C264A04610d3a13
Octal57241144611201064157223
Binary10111110100100110010011010010100100011010000110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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