#2A124E

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

Shades of Violent Violet #2A124E

Tints of Violent Violet #2A124E

Color information

#2A124E (or 0x2A124E) is unknown color: approx Violent Violet. HEX triplet: 2A, 12 and 4E. RGB value is (42,18,78). Sum of RGB (Red+Green+Blue) = 42+18+78=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A124E is #D5EDB1. Grayscale: #1F1F1F. Windows color (decimal): -14020018 or 5116458. OLE color: 5116458.

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

Color convert

RGB421878-
CMYK0.460.7700.69
HSL264º62.5%18.82%-
HSV(B)264º76.92%30.59%-
XYZ2.551.477.36-
YUV32.02153.95135.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.43%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=30.43%
G=13.04%
B=56.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4218780.460.7700.6926462.518.82
Hex2A124E2E4D0451083e13
Octal52221165611501054107623
Binary10101010010100111010111010011010100010110000100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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