#130841

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

Shades of Violent Violet #130841

Tints of Violent Violet #130841

Color information

#130841 (or 0x130841) is unknown color: approx Violent Violet. HEX triplet: 13, 08 and 41. RGB value is (19,8,65). Sum of RGB (Red+Green+Blue) = 19+8+65=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #130841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130841 is #ECF7BE. Grayscale: #111111. Windows color (decimal): -15529919 or 4261907. OLE color: 4261907.

HSL color Cylindrical-coordinate representation of color #130841: hue angle of 251.58º 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 #130841 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB19865-
CMYK0.710.8800.75
HSL251.58º78.08%14.31%-
HSV(B)251.58º87.69%25.49%-
XYZ1.310.695.07-
YUV17.79154.64128.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 65 (25.78% from 255) = 70.65%
R=20.65%
G=8.70%
B=70.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal198650.710.8800.75251.5878.0814.31
Hex13841475804Bfc4ee
Octal2310101107130011337411616
Binary100111000100000110001111011000010010111111110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130841; }

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

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

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

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

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

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

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

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