#2a174f

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

Shades of Violent Violet #2A174F

Tints of Violent Violet #2A174F

Color information

#2A174F (or 0x2A174F) is unknown color: approx Violent Violet. HEX triplet: 2A, 17 and 4F. RGB value is (42,23,79). Sum of RGB (Red+Green+Blue) = 42+23+79=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #2A174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A174F is #D5E8B0. Grayscale: #222222. Windows color (decimal): -14018737 or 5183274. OLE color: 5183274.

HSL color Cylindrical-coordinate representation of color #2A174F: hue angle of 260.36º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A174F is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB422379-
CMYK0.470.7100.69
HSL260.36º54.9%20%-
HSV(B)260.36º70.89%30.98%-
XYZ2.671.677.58-
YUV35.06152.79132.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.17%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 79 (31.25% from 255) = 54.86%
R=29.17%
G=15.97%
B=54.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4223790.470.7100.69260.3654.920
Hex2A174F2F470451043714
Octal52271175710701054046724
Binary10101010111100111110111110001110100010110000010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a174f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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