Html Css Color HEX #130448 Violent Violet

📋 copy color: '#130448'

red 19 ◦ green 4 ◦ blue 72

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

Shades of Violent Violet #130448

Tints of Violent Violet #130448

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 value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 19 4 72 -
CMYK 0.74 0.94 0 0.72
HSL 253.24º 0.89% 0.15% -
HSV(B) 253.24º 0.94% 0.28% -
XYZ 1.48 0.69 6.19 -
YUV 16.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 19 4 72 0.74 0.94 0 0.72 253.24 0.89 0.15
Hex 13 4 48 4A 5E 0 48 FD 59 F
Octal 23 4 110 112 136 0 110 375 131 17
Binary 10011 100 1001000 1001010 1011110 0 1001000 11111101 1011001 1111

Color Harmonies of #130448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130448

Black with #130448

Text Example


Text Example

White with #130448

Text Example


Text Example

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