#2F194B

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

Shades of Violent Violet #2F194B

Tints of Violent Violet #2F194B

Color information

#2F194B (or 0x2F194B) is unknown color: approx Violent Violet. HEX triplet: 2F, 19 and 4B. RGB value is (47,25,75). Sum of RGB (Red+Green+Blue) = 47+25+75=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F194B is #D0E6B4. Grayscale: #252525. Windows color (decimal): -13690549 or 4921647. OLE color: 4921647.

HSL color Cylindrical-coordinate representation of color #2F194B: hue angle of 266.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F194B is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB472575-
CMYK0.370.6700.71
HSL266.4º50%19.61%-
HSV(B)266.4º66.67%29.41%-
XYZ2.791.816.86-
YUV37.28149.29134.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 75 (29.69% from 255) = 51.02%
R=31.97%
G=17.01%
B=51.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4725750.370.6700.71266.45019.61
Hex2F194B254304710a3214
Octal57311134510301074126224
Binary10111111001100101110010110000110100011110000101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,25,75); }

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

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

 a { background-color: rgb(47,25,75); }

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

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

 span { border-color: rgb(47,25,75); }

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