#2A184A

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

Shades of Violent Violet #2A184A

Tints of Violent Violet #2A184A

Color information

#2A184A (or 0x2A184A) is unknown color: approx Violent Violet. HEX triplet: 2A, 18 and 4A. RGB value is (42,24,74). Sum of RGB (Red+Green+Blue) = 42+24+74=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A184A is #D5E7B5. Grayscale: #222222. Windows color (decimal): -14018486 or 4855850. OLE color: 4855850.

HSL color Cylindrical-coordinate representation of color #2A184A: hue angle of 261.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A184A is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB422474-
CMYK0.430.6800.71
HSL261.6º51.02%19.22%-
HSV(B)261.6º67.57%29.02%-
XYZ2.521.646.66-
YUV35.08149.96132.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 74 (29.30% from 255) = 52.86%
R=30%
G=17.14%
B=52.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4224740.430.6800.71261.651.0219.22
Hex2A184A2B440471063313
Octal52301125310401074066323
Binary10101011000100101010101110001000100011110000011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,24,74); }

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

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

 a { background-color: rgb(42,24,74); }

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

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

 span { border-color: rgb(42,24,74); }

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