#18024F

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

Shades of Violent Violet #18024F

Tints of Violent Violet #18024F

Color information

#18024F (or 0x18024F) is unknown color: approx Violent Violet. HEX triplet: 18, 02 and 4F. RGB value is (24,2,79). Sum of RGB (Red+Green+Blue) = 24+2+79=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #18024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18024F is #E7FDB0. Grayscale: #111111. Windows color (decimal): -15203761 or 5177880. OLE color: 5177880.

HSL color Cylindrical-coordinate representation of color #18024F: hue angle of 257.14º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18024F is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24279-
CMYK0.700.9700.69
HSL257.14º95.06%15.88%-
HSV(B)257.14º97.47%30.98%-
XYZ1.810.87.46-
YUV17.36162.79132.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 79 (31.25% from 255) = 75.24%
R=22.86%
G=1.90%
B=75.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal242790.700.9700.69257.1495.0615.88
Hex1824F46610451015f10
Octal302117106141010540113720
Binary110001010011111000110110000101000101100000001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18024F; }

 p { color: rgb(24,2,79); }

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

<style>
 a { background-color: #18024F; }

 a { background-color: rgb(24,2,79); }

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

<style>
 span { border-color: #18024F; }

 span { border-color: rgb(24,2,79); }

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