#0F0247

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

Shades of Violent Violet #0F0247

Tints of Violent Violet #0F0247

Color information

#0F0247 (or 0x0F0247) is unknown color: approx Violent Violet. HEX triplet: 0F, 02 and 47. RGB value is (15,2,71). Sum of RGB (Red+Green+Blue) = 15+2+71=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F0247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0247 is #F0FDB8. Grayscale: #0D0D0D. Windows color (decimal): -15793593 or 4653583. OLE color: 4653583.

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

Color convert

RGB15271-
CMYK0.790.9700.72
HSL251.3º94.52%14.31%-
HSV(B)251.3º97.18%27.84%-
XYZ1.360.66.01-
YUV13.75160.31128.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.05%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 71 (28.12% from 255) = 80.68%
R=17.05%
G=2.27%
B=80.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal152710.790.9700.72251.394.5214.31
HexF2474F61048fb5fe
Octal172107117141011037313716
Binary111110100011110011111100001010010001111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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