#0F0246

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

Shades of Violent Violet #0F0246

Tints of Violent Violet #0F0246

Color information

#0F0246 (or 0x0F0246) is unknown color: approx Violent Violet. HEX triplet: 0F, 02 and 46. RGB value is (15,2,70). Sum of RGB (Red+Green+Blue) = 15+2+70=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 70 (27.73% from 255 or 80.46% from 87); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F0246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0246 is #F0FDB9. Grayscale: #0D0D0D. Windows color (decimal): -15793594 or 4588047. OLE color: 4588047.

HSL color Cylindrical-coordinate representation of color #0F0246: hue angle of 251.47º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0246 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB15270-
CMYK0.790.9700.73
HSL251.47º94.44%14.12%-
HSV(B)251.47º97.14%27.45%-
XYZ1.320.595.84-
YUV13.64159.81128.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.24%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 70 (27.73% from 255) = 80.46%
R=17.24%
G=2.30%
B=80.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal152700.790.9700.73251.4794.4414.12
HexF2464F61049fb5ee
Octal172106117141011137313616
Binary111110100011010011111100001010010011111101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,2,70); }

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

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

 a { background-color: rgb(15,2,70); }

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

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

 span { border-color: rgb(15,2,70); }

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