#2A174D

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

Shades of Violent Violet #2A174D

Tints of Violent Violet #2A174D

Color information

#2A174D (or 0x2A174D) is unknown color: approx Violent Violet. HEX triplet: 2A, 17 and 4D. RGB value is (42,23,77). Sum of RGB (Red+Green+Blue) = 42+23+77=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A174D is #D5E8B2. Grayscale: #222222. Windows color (decimal): -14018739 or 5052202. OLE color: 5052202.

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

Color convert

RGB422377-
CMYK0.450.7000.70
HSL261.11º54%19.61%-
HSV(B)261.11º70.13%30.2%-
XYZ2.61.647.2-
YUV34.84151.79133.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.58%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=29.58%
G=16.20%
B=54.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4223770.450.7000.70261.115419.61
Hex2A174D2D460461053614
Octal52271155510601064056624
Binary10101010111100110110110110001100100011010000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,23,77); }

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

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

 a { background-color: rgb(42,23,77); }

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

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

 span { border-color: rgb(42,23,77); }

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