#130040

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

Shades of Violent Violet #130040

Tints of Violent Violet #130040

Color information

#130040 (or 0x130040) is unknown color: approx Violent Violet. HEX triplet: 13, 00 and 40. RGB value is (19,0,64). Sum of RGB (Red+Green+Blue) = 19+0+64=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #130040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130040 is #ECFFBF. Grayscale: #0C0C0C. Windows color (decimal): -15531968 or 4194323. OLE color: 4194323.

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

Color convert

RGB19064-
CMYK0.70100.75
HSL257.81º100%12.55%-
HSV(B)257.81º100%25.1%-
XYZ1.190.514.89-
YUV12.98156.79132.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 77.11%
R=22.89%
G=0%
B=77.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal190640.70100.75257.8110012.55
Hex13040466404B10264d
Octal230100106144011340214415
Binary1001101000000100011011001000100101110000001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130040; }

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

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

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

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

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

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

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

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