#0D003E

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

Shades of Violent Violet #0D003E

Tints of Violent Violet #0D003E

Color information

#0D003E (or 0x0D003E) is unknown color: approx Violent Violet. HEX triplet: 0D, 00 and 3E. RGB value is (13,0,62). Sum of RGB (Red+Green+Blue) = 13+0+62=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 62 (24.61% from 255 or 82.67% from 75); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D003E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D003E is #F2FFC1. Grayscale: #0A0A0A. Windows color (decimal): -15925186 or 4063245. OLE color: 4063245.

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

Color convert

RGB13062-
CMYK0.79100.76
HSL252.58º100%12.16%-
HSV(B)252.58º100%24.31%-
XYZ1.040.434.59-
YUV10.96156.81129.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 17.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 82.67%
R=17.33%
G=0%
B=82.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal130620.79100.76252.5810012.16
HexD03E4F6404Cfd64c
Octal15076117144011437514414
Binary1101011111010011111100100010011001111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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