#130249

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

Shades of Violent Violet #130249

Tints of Violent Violet #130249

Color information

#130249 (or 0x130249) is unknown color: approx Violent Violet. HEX triplet: 13, 02 and 49. RGB value is (19,2,73). Sum of RGB (Red+Green+Blue) = 19+2+73=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #130249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130249 is #ECFDB6. Grayscale: #0E0E0E. Windows color (decimal): -15531447 or 4784659. OLE color: 4784659.

HSL color Cylindrical-coordinate representation of color #130249: hue angle of 254.37º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130249 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB19273-
CMYK0.740.9700.71
HSL254.37º94.67%14.71%-
HSV(B)254.37º97.26%28.63%-
XYZ1.490.666.35-
YUV15.18160.63130.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 73 (28.91% from 255) = 77.66%
R=20.21%
G=2.13%
B=77.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal192730.740.9700.71254.3794.6714.71
Hex132494A61047fe5ff
Octal232111112141010737613717
Binary1001110100100110010101100001010001111111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130249; }

 p { color: rgb(19,2,73); }

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

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

 a { background-color: rgb(19,2,73); }

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

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

 span { border-color: rgb(19,2,73); }

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