Html Css Color HEX #130941 Violent Violet

📋 copy color: '#130941'

red 19 ◦ green 9 ◦ blue 65

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

Shades of Violent Violet #130941

Tints of Violent Violet #130941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.68%

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

R = 20.43%
G = 9.68%
B = 69.89%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130941 (or 0x130941) is known color: Violent Violet. HEX triplet: 13, 09 and 41. RGB value is (19,9,65). Sum of RGB (Red+Green+Blue) = 19+9+65=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 65 (25.78% from 255 or 69.89% from 93); Max value from RGB is 65 - color contains mainly: blue. Hex color #130941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130941 is #ECF6BE. Grayscale: #121212. Windows color (decimal): -15529663 or 4262163. OLE color: 4262163.

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

Color convert

RGB 19 9 65 -
CMYK 0.71 0.86 0 0.75
HSL 250.71º 0.76% 0.15% -
HSV(B) 250.71º 0.86% 0.25% -
XYZ 1.32 0.72 5.07 -
YUV 18.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 19 9 65 0.71 0.86 0 0.75 250.71 0.76 0.15
Hex 13 9 41 47 56 0 4B FB 4C F
Octal 23 11 101 107 126 0 113 373 114 17
Binary 10011 1001 1000001 1000111 1010110 0 1001011 11111011 1001100 1111

Color Harmonies of #130941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130941

Black with #130941

Text Example


Text Example

White with #130941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130941; }

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

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

background-color css

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

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

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

border-color css

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

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

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