#190D41

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

Shades of Violent Violet #190D41

Tints of Violent Violet #190D41

Color information

#190D41 (or 0x190D41) is unknown color: approx Violent Violet. HEX triplet: 19, 0D and 41. RGB value is (25,13,65). Sum of RGB (Red+Green+Blue) = 25+13+65=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 65 (25.78% from 255 or 63.11% from 103); Max value from RGB is 65 - color contains mainly: blue. Hex color #190D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D41 is #E6F2BE. Grayscale: #161616. Windows color (decimal): -15135423 or 4263193. OLE color: 4263193.

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

Color convert

RGB251365-
CMYK0.620.8000.75
HSL253.85º66.67%15.29%-
HSV(B)253.85º80%25.49%-
XYZ1.50.885.09-
YUV22.52151.98129.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 65 (25.78% from 255) = 63.11%
R=24.27%
G=12.62%
B=63.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2513650.620.8000.75253.8566.6715.29
Hex19D413E5004Bfe43f
Octal311510176120011337610317
Binary11001110110000011111101010000010010111111111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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