#2F174C

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

Shades of Violent Violet #2F174C

Tints of Violent Violet #2F174C

Color information

#2F174C (or 0x2F174C) is unknown color: approx Violent Violet. HEX triplet: 2F, 17 and 4C. RGB value is (47,23,76). Sum of RGB (Red+Green+Blue) = 47+23+76=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F174C is #D0E8B3. Grayscale: #242424. Windows color (decimal): -13691060 or 4986671. OLE color: 4986671.

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

Color convert

RGB472376-
CMYK0.380.7000.70
HSL267.17º53.54%19.41%-
HSV(B)267.17º69.74%29.8%-
XYZ2.781.747.03-
YUV36.22150.45135.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.19%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=32.19%
G=15.75%
B=52.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4723760.380.7000.70267.1753.5419.41
Hex2F174C264604610b3613
Octal57271144610601064136623
Binary10111110111100110010011010001100100011010000101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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