#190D42

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

Shades of Violent Violet #190D42

Tints of Violent Violet #190D42

Color information

#190D42 (or 0x190D42) is unknown color: approx Violent Violet. HEX triplet: 19, 0D and 42. RGB value is (25,13,66). Sum of RGB (Red+Green+Blue) = 25+13+66=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #190D42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D42 is #E6F2BD. Grayscale: #161616. Windows color (decimal): -15135422 or 4328729. OLE color: 4328729.

HSL color Cylindrical-coordinate representation of color #190D42: hue angle of 253.58º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190D42 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB251366-
CMYK0.620.8000.74
HSL253.58º67.09%15.49%-
HSV(B)253.58º80.3%25.88%-
XYZ1.530.895.25-
YUV22.63152.48129.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.04%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 66 (26.17% from 255) = 63.46%
R=24.04%
G=12.5%
B=63.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2513660.620.8000.74253.5867.0915.49
Hex19D423E5004Afe43f
Octal311510276120011237610317
Binary11001110110000101111101010000010010101111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190D42; }

 p { color: rgb(25,13,66); }

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

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

 a { background-color: rgb(25,13,66); }

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

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

 span { border-color: rgb(25,13,66); }

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