#0F0040

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

Shades of Violent Violet #0F0040

Tints of Violent Violet #0F0040

Color information

#0F0040 (or 0x0F0040) is unknown color: approx Violent Violet. HEX triplet: 0F, 00 and 40. RGB value is (15,0,64). Sum of RGB (Red+Green+Blue) = 15+0+64=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 64 (25.39% from 255 or 81.01% from 79); Max value from RGB is 64 - color contains mainly: blue. Hex color #0F0040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0040 is #F0FFBF. Grayscale: #0B0B0B. Windows color (decimal): -15794112 or 4194319. OLE color: 4194319.

HSL color Cylindrical-coordinate representation of color #0F0040: hue angle of 254.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0040 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB15064-
CMYK0.77100.75
HSL254.06º100%12.55%-
HSV(B)254.06º100%25.1%-
XYZ1.120.474.88-
YUV11.78157.47130.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 81.01%
R=18.99%
G=0%
B=81.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal150640.77100.75254.0610012.55
HexF0404D6404Bfe64d
Octal170100115144011337614415
Binary11110100000010011011100100010010111111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F0040; }

 p { color: rgb(15,0,64); }

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

<style>
 a { background-color: #0F0040; }

 a { background-color: rgb(15,0,64); }

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

<style>
 span { border-color: #0F0040; }

 span { border-color: rgb(15,0,64); }

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