Html Css Color HEX #130048 Violent Violet

📋 copy color: '#130048'

red 19 ◦ green 0 ◦ blue 72

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

Shades of Violent Violet #130048

Tints of Violent Violet #130048

RGB

 RED value IS 19 (7.81% from 255) = 20.88%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 79.12%

R = 20.88%
G = 0%
B = 79.12%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130048 (or 0x130048) is known color: Violent Violet. HEX triplet: 13, 00 and 48. RGB value is (19,0,72). Sum of RGB (Red+Green+Blue) = 19+0+72=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #130048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130048 is #ECFFB7. Grayscale: #0D0D0D. Windows color (decimal): -15531960 or 4718611. OLE color: 4718611.

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

Color convert

RGB 19 0 72 -
CMYK 0.74 1 0 0.72
HSL 255.83º 1% 0.14% -
HSV(B) 255.83º 1% 0.28% -
XYZ 1.44 0.61 6.17 -
YUV 13.89 160.79 131.65 -
System Red Green Blue C M Y K H S L
Decimal 19 0 72 0.74 1 0 0.72 255.83 1 0.14
Hex 13 0 48 4A 64 0 48 100 64 E
Octal 23 0 110 112 144 0 110 400 144 16
Binary 10011 0 1001000 1001010 1100100 0 1001000 100000000 1100100 1110

Color Harmonies of #130048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130048

Black with #130048

Text Example


Text Example

White with #130048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130048; }

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

 H1.HeaderClassName
 {
   color: #130048;
 }
 .AnyTagClassName
 {
   color: #130048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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