#140A41

Color #140A41 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #140A41

Tints of Violent Violet #140A41

Color information

#140A41 (or 0x140A41) is unknown color: approx Violent Violet. HEX triplet: 14, 0A and 41. RGB value is (20,10,65). Sum of RGB (Red+Green+Blue) = 20+10+65=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #140A41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A41 is #EBF5BE. Grayscale: #131313. Windows color (decimal): -15463871 or 4262420. OLE color: 4262420.

HSL color Cylindrical-coordinate representation of color #140A41: hue angle of 250.91º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140A41 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB201065-
CMYK0.690.8500.75
HSL250.91º73.33%14.71%-
HSV(B)250.91º84.62%25.49%-
XYZ1.350.755.07-
YUV19.26153.81128.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 10 (4.30% from 255) = 10.53%
BLUE value IS 65 (25.78% from 255) = 68.42%
R=21.05%
G=10.53%
B=68.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2010650.690.8500.75250.9173.3314.71
Hex14A41455504Bfb49f
Octal2412101105125011337311117
Binary101001010100000110001011010101010010111111101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140A41; }

 p { color: rgb(20,10,65); }

 H1.HeaderClassName
 {
   color: #140A41;
 }
 .AnyTagClassName
 {
   color: #140A41;
 }
</style>
background-color css

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

 a { background-color: rgb(20,10,65); }

 div.DivClassName
 {
   background-color: #140A41;
 }
 .BgClassName
 {
   background-color: #140A41;
 }
</style>
border-color css

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

 span { border-color: rgb(20,10,65); }

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