#13013E

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

Shades of Violent Violet #13013E

Tints of Violent Violet #13013E

Color information

#13013E (or 0x13013E) is unknown color: approx Violent Violet. HEX triplet: 13, 01 and 3E. RGB value is (19,1,62). Sum of RGB (Red+Green+Blue) = 19+1+62=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 62 (24.61% from 255 or 75.61% from 82); Max value from RGB is 62 - color contains mainly: blue. Hex color #13013E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13013E is #ECFEC1. Grayscale: #0D0D0D. Windows color (decimal): -15531714 or 4063507. OLE color: 4063507.

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

Color convert

RGB19162-
CMYK0.690.9800.76
HSL257.7º96.83%12.35%-
HSV(B)257.7º98.39%24.31%-
XYZ1.150.514.59-
YUV13.34155.46132.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 62 (24.61% from 255) = 75.61%
R=23.17%
G=1.22%
B=75.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal191620.690.9800.76257.796.8312.35
Hex1313E456204C10261c
Octal23176105142011440214114
Binary100111111110100010111000100100110010000001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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