#0E0245

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

Shades of Violent Violet #0E0245

Tints of Violent Violet #0E0245

Color information

#0E0245 (or 0x0E0245) is unknown color: approx Violent Violet. HEX triplet: 0E, 02 and 45. RGB value is (14,2,69). Sum of RGB (Red+Green+Blue) = 14+2+69=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 69 (27.34% from 255 or 81.18% from 85); Max value from RGB is 69 - color contains mainly: blue. Hex color #0E0245 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0245 is #F1FDBA. Grayscale: #0C0C0C. Windows color (decimal): -15859131 or 4522510. OLE color: 4522510.

HSL color Cylindrical-coordinate representation of color #0E0245: hue angle of 250.75º 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 #0E0245 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB14269-
CMYK0.800.9700.73
HSL250.75º94.37%13.92%-
HSV(B)250.75º97.1%27.06%-
XYZ1.280.575.67-
YUV13.23159.48128.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.47%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 69 (27.34% from 255) = 81.18%
R=16.47%
G=2.35%
B=81.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal142690.800.9700.73250.7594.3713.92
HexE2455061049fb5ee
Octal162105120141011137313616
Binary111010100010110100001100001010010011111101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,2,69); }

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

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

 a { background-color: rgb(14,2,69); }

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

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

 span { border-color: rgb(14,2,69); }

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