#130840

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

Shades of Violent Violet #130840

Tints of Violent Violet #130840

Color information

#130840 (or 0x130840) is unknown color: approx Violent Violet. HEX triplet: 13, 08 and 40. RGB value is (19,8,64). Sum of RGB (Red+Green+Blue) = 19+8+64=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #130840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130840 is #ECF7BF. Grayscale: #111111. Windows color (decimal): -15529920 or 4196371. OLE color: 4196371.

HSL color Cylindrical-coordinate representation of color #130840: hue angle of 251.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130840 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB19864-
CMYK0.700.8700.75
HSL251.79º77.78%14.12%-
HSV(B)251.79º87.5%25.1%-
XYZ1.280.684.91-
YUV17.67154.14128.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 64 (25.39% from 255) = 70.33%
R=20.88%
G=8.79%
B=70.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal198640.700.8700.75251.7977.7814.12
Hex13840465704Bfc4ee
Octal2310100106127011337411616
Binary100111000100000010001101010111010010111111110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130840; }

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

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

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

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

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

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

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

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