#2A124D

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

Shades of Violent Violet #2A124D

Tints of Violent Violet #2A124D

Color information

#2A124D (or 0x2A124D) is unknown color: approx Violent Violet. HEX triplet: 2A, 12 and 4D. RGB value is (42,18,77). Sum of RGB (Red+Green+Blue) = 42+18+77=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A124D is #D5EDB2. Grayscale: #1F1F1F. Windows color (decimal): -14020019 or 5050922. OLE color: 5050922.

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

Color convert

RGB421877-
CMYK0.450.7700.70
HSL264.41º62.11%18.63%-
HSV(B)264.41º76.62%30.2%-
XYZ2.511.467.17-
YUV31.9153.45135.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.66%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=30.66%
G=13.14%
B=56.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4218770.450.7700.70264.4162.1118.63
Hex2A124D2D4D0461083e13
Octal52221155511501064107623
Binary10101010010100110110110110011010100011010000100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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