#13003F

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

Shades of Violent Violet #13003F

Tints of Violent Violet #13003F

Color information

#13003F (or 0x13003F) is unknown color: approx Violent Violet. HEX triplet: 13, 00 and 3F. RGB value is (19,0,63). Sum of RGB (Red+Green+Blue) = 19+0+63=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 63 (25% from 255 or 76.83% from 82); Max value from RGB is 63 - color contains mainly: blue. Hex color #13003F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13003F is #ECFFC0. Grayscale: #0C0C0C. Windows color (decimal): -15531969 or 4128787. OLE color: 4128787.

HSL color Cylindrical-coordinate representation of color #13003F: hue angle of 258.1º 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 #13003F is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB19063-
CMYK0.70100.75
HSL258.1º100%12.35%-
HSV(B)258.1º100%24.71%-
XYZ1.170.54.74-
YUV12.86156.29132.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 76.83%
R=23.17%
G=0%
B=76.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal190630.70100.75258.110012.35
Hex1303F466404B10264c
Octal23077106144011340214414
Binary100110111111100011011001000100101110000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13003F; }

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

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

<style>
 a { background-color: #13003F; }

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

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

<style>
 span { border-color: #13003F; }

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

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