#0D003F

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

Shades of Violent Violet #0D003F

Tints of Violent Violet #0D003F

Color information

#0D003F (or 0x0D003F) is unknown color: approx Violent Violet. HEX triplet: 0D, 00 and 3F. RGB value is (13,0,63). Sum of RGB (Red+Green+Blue) = 13+0+63=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 63 (25% from 255 or 82.89% from 76); Max value from RGB is 63 - color contains mainly: blue. Hex color #0D003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D003F is #F2FFC0. Grayscale: #0A0A0A. Windows color (decimal): -15925185 or 4128781. OLE color: 4128781.

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

Color convert

RGB13063-
CMYK0.79100.75
HSL252.38º100%12.35%-
HSV(B)252.38º100%24.71%-
XYZ1.060.444.73-
YUV11.07157.31129.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 82.89%
R=17.11%
G=0%
B=82.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal130630.79100.75252.3810012.35
HexD03F4F6404Bfc64c
Octal15077117144011337414414
Binary1101011111110011111100100010010111111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,0,63); }

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

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

 a { background-color: rgb(13,0,63); }

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

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

 span { border-color: rgb(13,0,63); }

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