#18024D

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

Shades of Violent Violet #18024D

Tints of Violent Violet #18024D

Color information

#18024D (or 0x18024D) is unknown color: approx Violent Violet. HEX triplet: 18, 02 and 4D. RGB value is (24,2,77). Sum of RGB (Red+Green+Blue) = 24+2+77=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #18024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18024D is #E7FDB2. Grayscale: #101010. Windows color (decimal): -15203763 or 5046808. OLE color: 5046808.

HSL color Cylindrical-coordinate representation of color #18024D: hue angle of 257.6º 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 #18024D is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB24277-
CMYK0.690.9700.70
HSL257.6º94.94%15.49%-
HSV(B)257.6º97.4%30.2%-
XYZ1.740.777.08-
YUV17.13161.79132.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=23.30%
G=1.94%
B=74.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal242770.690.9700.70257.694.9415.49
Hex1824D45610461025ff
Octal302115105141010640213717
Binary11000101001101100010111000010100011010000001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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