#130248

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

Shades of Violent Violet #130248

Tints of Violent Violet #130248

Color information

#130248 (or 0x130248) is unknown color: approx Violent Violet. HEX triplet: 13, 02 and 48. RGB value is (19,2,72). Sum of RGB (Red+Green+Blue) = 19+2+72=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #130248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130248 is #ECFDB7. Grayscale: #0E0E0E. Windows color (decimal): -15531448 or 4719123. OLE color: 4719123.

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

Color convert

RGB19272-
CMYK0.740.9700.72
HSL254.57º94.59%14.51%-
HSV(B)254.57º97.22%28.24%-
XYZ1.460.656.18-
YUV15.06160.13130.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 2 (1.17% from 255) = 2.15%
BLUE value IS 72 (28.52% from 255) = 77.42%
R=20.43%
G=2.15%
B=77.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal192720.740.9700.72254.5794.5914.51
Hex132484A61048ff5ff
Octal232110112141011037713717
Binary1001110100100010010101100001010010001111111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130248; }

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

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

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

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

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

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

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

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