#130448

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

Shades of Violent Violet #130448

Tints of Violent Violet #130448

Color information

#130448 (or 0x130448) is unknown color: approx Violent Violet. HEX triplet: 13, 04 and 48. RGB value is (19,4,72). Sum of RGB (Red+Green+Blue) = 19+4+72=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #130448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130448 is #ECFBB7. Grayscale: #0F0F0F. Windows color (decimal): -15530936 or 4719635. OLE color: 4719635.

HSL color Cylindrical-coordinate representation of color #130448: hue angle of 253.24º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130448 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB19472-
CMYK0.740.9400.72
HSL253.24º89.47%14.9%-
HSV(B)253.24º94.44%28.24%-
XYZ1.480.696.19-
YUV16.24159.47129.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=20%
G=4.21%
B=75.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal194720.740.9400.72253.2489.4714.9
Hex134484A5E048fd59f
Octal234110112136011037513117
Binary10011100100100010010101011110010010001111110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130448; }

 p { color: rgb(19,4,72); }

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

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

 a { background-color: rgb(19,4,72); }

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

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

 span { border-color: rgb(19,4,72); }

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