#130844

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

Shades of Violent Violet #130844

Tints of Violent Violet #130844

Color information

#130844 (or 0x130844) is unknown color: approx Violent Violet. HEX triplet: 13, 08 and 44. RGB value is (19,8,68). Sum of RGB (Red+Green+Blue) = 19+8+68=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 68 (26.95% from 255 or 71.58% from 95); Max value from RGB is 68 - color contains mainly: blue. Hex color #130844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130844 is #ECF7BB. Grayscale: #111111. Windows color (decimal): -15529916 or 4458515. OLE color: 4458515.

HSL color Cylindrical-coordinate representation of color #130844: hue angle of 251º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130844 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB19868-
CMYK0.720.8800.73
HSL251º78.95%14.9%-
HSV(B)251º88.24%26.67%-
XYZ1.40.735.54-
YUV18.13156.14128.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 68 (26.95% from 255) = 71.58%
R=20%
G=8.42%
B=71.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal198680.720.8800.7325178.9514.9
Hex138444858049fb4ff
Octal2310104110130011137311717
Binary100111000100010010010001011000010010011111101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130844; }

 p { color: rgb(19,8,68); }

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

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

 a { background-color: rgb(19,8,68); }

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

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

 span { border-color: rgb(19,8,68); }

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