#2B174C

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

Shades of Violent Violet #2B174C

Tints of Violent Violet #2B174C

Color information

#2B174C (or 0x2B174C) is unknown color: approx Violent Violet. HEX triplet: 2B, 17 and 4C. RGB value is (43,23,76). Sum of RGB (Red+Green+Blue) = 43+23+76=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B174C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B174C is #D4E8B3. Grayscale: #222222. Windows color (decimal): -13953204 or 4986667. OLE color: 4986667.

HSL color Cylindrical-coordinate representation of color #2B174C: hue angle of 262.64º 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 #2B174C is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB432376-
CMYK0.430.7000.70
HSL262.64º53.54%19.41%-
HSV(B)262.64º69.74%29.8%-
XYZ2.611.657.02-
YUV35.02151.13133.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.28%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 76 (30.08% from 255) = 53.52%
R=30.28%
G=16.20%
B=53.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4323760.430.7000.70262.6453.5419.41
Hex2B174C2B460461073613
Octal53271145310601064076623
Binary10101110111100110010101110001100100011010000011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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