#18064D

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

Shades of Violent Violet #18064D

Tints of Violent Violet #18064D

Color information

#18064D (or 0x18064D) is unknown color: approx Violent Violet. HEX triplet: 18, 06 and 4D. RGB value is (24,6,77). Sum of RGB (Red+Green+Blue) = 24+6+77=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #18064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18064D is #E7F9B2. Grayscale: #131313. Windows color (decimal): -15202739 or 5047832. OLE color: 5047832.

HSL color Cylindrical-coordinate representation of color #18064D: hue angle of 255.21º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18064D is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB24677-
CMYK0.690.9200.70
HSL255.21º85.54%16.27%-
HSV(B)255.21º92.21%30.2%-
XYZ1.780.867.09-
YUV19.48160.46131.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 6 (2.73% from 255) = 5.61%
BLUE value IS 77 (30.47% from 255) = 71.96%
R=22.43%
G=5.61%
B=71.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal246770.690.9200.70255.2185.5416.27
Hex1864D455C046ff5610
Octal306115105134010637712620
Binary110001101001101100010110111000100011011111111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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