#130941

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

Shades of Violent Violet #130941

Tints of Violent Violet #130941

Color information

#130941 (or 0x130941) is unknown color: approx Violent Violet. HEX triplet: 13, 09 and 41. RGB value is (19,9,65). Sum of RGB (Red+Green+Blue) = 19+9+65=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #130941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130941 is #ECF6BE. Grayscale: #121212. Windows color (decimal): -15529663 or 4262163. OLE color: 4262163.

HSL color Cylindrical-coordinate representation of color #130941: hue angle of 250.71º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130941 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB19965-
CMYK0.710.8600.75
HSL250.71º75.68%14.51%-
HSV(B)250.71º86.15%25.49%-
XYZ1.320.725.07-
YUV18.37154.31128.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 65 (25.78% from 255) = 69.89%
R=20.43%
G=9.68%
B=69.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal199650.710.8600.75250.7175.6814.51
Hex13941475604Bfb4cf
Octal2311101107126011337311417
Binary100111001100000110001111010110010010111111101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130941; }

 p { color: rgb(19,9,65); }

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

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

 a { background-color: rgb(19,9,65); }

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

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

 span { border-color: rgb(19,9,65); }

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