Html Css Color HEX #130841 Violent Violet

📋 copy color: '#130841'

red 19 ◦ green 8 ◦ blue 65

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

Shades of Violent Violet #130841

Tints of Violent Violet #130841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.7%

 BLUE value IS 65 (25.78% from 255) = 70.65%

R = 20.65%
G = 8.7%
B = 70.65%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130841 (or 0x130841) is known color: Violent Violet. HEX triplet: 13, 08 and 41. RGB value is (19,8,65). Sum of RGB (Red+Green+Blue) = 19+8+65=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #130841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130841 is #ECF7BE. Grayscale: #111111. Windows color (decimal): -15529919 or 4261907. OLE color: 4261907.

HSL color Cylindrical-coordinate representation of color #130841: hue angle of 251.58º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130841 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 8 65 -
CMYK 0.71 0.88 0 0.75
HSL 251.58º 0.78% 0.14% -
HSV(B) 251.58º 0.88% 0.25% -
XYZ 1.31 0.69 5.07 -
YUV 17.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 19 8 65 0.71 0.88 0 0.75 251.58 0.78 0.14
Hex 13 8 41 47 58 0 4B FC 4E E
Octal 23 10 101 107 130 0 113 374 116 16
Binary 10011 1000 1000001 1000111 1011000 0 1001011 11111100 1001110 1110

Color Harmonies of #130841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130841

Black with #130841

Text Example


Text Example

White with #130841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130841; }

 p { color: rgb(19,8,65); }

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

background-color css

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

 a { background-color: rgb(19,8,65); }

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

border-color css

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

 span { border-color: rgb(19,8,65); }

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