#130247

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

Shades of Violent Violet #130247

Tints of Violent Violet #130247

Color information

#130247 (or 0x130247) is unknown color: approx Violent Violet. HEX triplet: 13, 02 and 47. RGB value is (19,2,71). Sum of RGB (Red+Green+Blue) = 19+2+71=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #130247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130247 is #ECFDB8. Grayscale: #0E0E0E. Windows color (decimal): -15531449 or 4653587. OLE color: 4653587.

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

Color convert

RGB19271-
CMYK0.730.9700.72
HSL254.78º94.52%14.31%-
HSV(B)254.78º97.18%27.84%-
XYZ1.430.646.01-
YUV14.95159.63130.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 71 (28.12% from 255) = 77.17%
R=20.65%
G=2.17%
B=77.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal192710.730.9700.72254.7894.5214.31
Hex132474961048ff5fe
Octal232107111141011037713716
Binary1001110100011110010011100001010010001111111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130247; }

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

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

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

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

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

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

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

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