Html Css Color HEX #130247 Violent Violet

📋 copy color: '#130247'

red 19 ◦ green 2 ◦ blue 71

#130247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violent Violet #130247

Tints of Violent Violet #130247

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.13% from 255) = 77.17%

R = 20.65%
G = 2.17%
B = 77.17%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130247 (or 0x130247) is known color: 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

RGB 19 2 71 -
CMYK 0.73 0.97 0 0.72
HSL 254.78º 0.95% 0.14% -
HSV(B) 254.78º 0.97% 0.28% -
XYZ 1.43 0.64 6.01 -
YUV 14.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 19 2 71 0.73 0.97 0 0.72 254.78 0.95 0.14
Hex 13 2 47 49 61 0 48 FF 5F E
Octal 23 2 107 111 141 0 110 377 137 16
Binary 10011 10 1000111 1001001 1100001 0 1001000 11111111 1011111 1110

Color Harmonies of #130247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130247

Black with #130247

Text Example


Text Example

White with #130247

Text Example


Text Example

HTML Codes & Css Web 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>