#130048

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

Shades of Violent Violet #130048

Tints of Violent Violet #130048

Color information

#130048 (or 0x130048) is unknown color: approx Violent Violet. HEX triplet: 13, 00 and 48. RGB value is (19,0,72). Sum of RGB (Red+Green+Blue) = 19+0+72=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #130048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130048 is #ECFFB7. Grayscale: #0D0D0D. Windows color (decimal): -15531960 or 4718611. OLE color: 4718611.

HSL color Cylindrical-coordinate representation of color #130048: hue angle of 255.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130048 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB19072-
CMYK0.74100.72
HSL255.83º100%14.12%-
HSV(B)255.83º100%28.24%-
XYZ1.440.616.17-
YUV13.89160.79131.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 79.12%
R=20.88%
G=0%
B=79.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal190720.74100.72255.8310014.12
Hex130484A6404810064e
Octal230110112144011040014416
Binary1001101001000100101011001000100100010000000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130048; }

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

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

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

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

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

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

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

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