#13013F

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

Shades of Violent Violet #13013F

Tints of Violent Violet #13013F

Color information

#13013F (or 0x13013F) is unknown color: approx Violent Violet. HEX triplet: 13, 01 and 3F. RGB value is (19,1,63). Sum of RGB (Red+Green+Blue) = 19+1+63=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 63 (25% from 255 or 75.90% from 83); Max value from RGB is 63 - color contains mainly: blue. Hex color #13013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13013F is #ECFEC0. Grayscale: #0D0D0D. Windows color (decimal): -15531713 or 4129043. OLE color: 4129043.

HSL color Cylindrical-coordinate representation of color #13013F: hue angle of 257.42º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13013F is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB19163-
CMYK0.700.9800.75
HSL257.42º96.88%12.55%-
HSV(B)257.42º98.41%24.71%-
XYZ1.180.524.74-
YUV13.45155.96131.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 1 (0.78% from 255) = 1.20%
BLUE value IS 63 (25% from 255) = 75.90%
R=22.89%
G=1.20%
B=75.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal191630.700.9800.75257.4296.8812.55
Hex1313F466204B10161d
Octal23177106142011340114115
Binary100111111111100011011000100100101110000000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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