Html Css Color HEX #130348 Violent Violet

📋 copy color: '#130348'

red 19 ◦ green 3 ◦ blue 72

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

Shades of Violent Violet #130348

Tints of Violent Violet #130348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

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

R = 20.21%
G = 3.19%
B = 76.6%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#130348 (or 0x130348) is known color: Violent Violet. HEX triplet: 13, 03 and 48. RGB value is (19,3,72). Sum of RGB (Red+Green+Blue) = 19+3+72=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #130348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130348 is #ECFCB7. Grayscale: #0F0F0F. Windows color (decimal): -15531192 or 4719379. OLE color: 4719379.

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

Color convert

RGB 19 3 72 -
CMYK 0.74 0.96 0 0.72
HSL 253.91º 0.92% 0.15% -
HSV(B) 253.91º 0.96% 0.28% -
XYZ 1.47 0.67 6.18 -
YUV 15.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 19 3 72 0.74 0.96 0 0.72 253.91 0.92 0.15
Hex 13 3 48 4A 60 0 48 FE 5C F
Octal 23 3 110 112 140 0 110 376 134 17
Binary 10011 11 1001000 1001010 1100000 0 1001000 11111110 1011100 1111

Color Harmonies of #130348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130348

Black with #130348

Text Example


Text Example

White with #130348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130348; }

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

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

background-color css

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

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

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

border-color css

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

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

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