#12024C

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

Shades of Violent Violet #12024C

Tints of Violent Violet #12024C

Color information

#12024C (or 0x12024C) is unknown color: approx Violent Violet. HEX triplet: 12, 02 and 4C. RGB value is (18,2,76). Sum of RGB (Red+Green+Blue) = 18+2+76=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #12024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12024C is #EDFDB3. Grayscale: #0E0E0E. Windows color (decimal): -15596980 or 4981266. OLE color: 4981266.

HSL color Cylindrical-coordinate representation of color #12024C: hue angle of 252.97º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12024C is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB18276-
CMYK0.760.9700.70
HSL252.97º94.87%15.29%-
HSV(B)252.97º97.37%29.8%-
XYZ1.580.696.89-
YUV15.22162.3129.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 76 (30.08% from 255) = 79.17%
R=18.75%
G=2.08%
B=79.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal182760.760.9700.70252.9794.8715.29
Hex1224C4C61046fd5ff
Octal222114114141010637513717
Binary1001010100110010011001100001010001101111110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12024C; }

 p { color: rgb(18,2,76); }

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

<style>
 a { background-color: #12024C; }

 a { background-color: rgb(18,2,76); }

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

<style>
 span { border-color: #12024C; }

 span { border-color: rgb(18,2,76); }

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