Html Css Color HEX #130240 Violent Violet

📋 copy color: '#130240'

red 19 ◦ green 2 ◦ blue 64

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

Shades of Violent Violet #130240

Tints of Violent Violet #130240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

 BLUE value IS 64 (25.39% from 255) = 75.29%

R = 22.35%
G = 2.35%
B = 75.29%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130240 (or 0x130240) is known color: Violent Violet. HEX triplet: 13, 02 and 40. RGB value is (19,2,64). Sum of RGB (Red+Green+Blue) = 19+2+64=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #130240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130240 is #ECFDBF. Grayscale: #0D0D0D. Windows color (decimal): -15531456 or 4194835. OLE color: 4194835.

HSL color Cylindrical-coordinate representation of color #130240: hue angle of 256.45º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130240 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 2 64 -
CMYK 0.70 0.97 0 0.75
HSL 256.45º 0.94% 0.13% -
HSV(B) 256.45º 0.97% 0.25% -
XYZ 1.22 0.55 4.89 -
YUV 14.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 19 2 64 0.70 0.97 0 0.75 256.45 0.94 0.13
Hex 13 2 40 46 61 0 4B 100 5E D
Octal 23 2 100 106 141 0 113 400 136 15
Binary 10011 10 1000000 1000110 1100001 0 1001011 100000000 1011110 1101

Color Harmonies of #130240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130240

Black with #130240

Text Example


Text Example

White with #130240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130240; }

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

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

background-color css

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

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

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

border-color css

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

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

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