#1D1347

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

Shades of Violent Violet #1D1347

Tints of Violent Violet #1D1347

Color information

#1D1347 (or 0x1D1347) is unknown color: approx Violent Violet. HEX triplet: 1D, 13 and 47. RGB value is (29,19,71). Sum of RGB (Red+Green+Blue) = 29+19+71=119 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.37% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D1347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1347 is #E2ECB8. Grayscale: #1B1B1B. Windows color (decimal): -14871737 or 4657949. OLE color: 4657949.

HSL color Cylindrical-coordinate representation of color #1D1347: hue angle of 251.54º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D1347 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB291971-
CMYK0.590.7300.72
HSL251.54º57.78%17.65%-
HSV(B)251.54º73.24%27.84%-
XYZ1.881.186.09-
YUV27.92152.31128.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.37%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=24.37%
G=15.97%
B=59.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2919710.590.7300.72251.5457.7817.65
Hex1D13473B49048fc3a12
Octal35231077311101103747222
Binary111011001110001111110111001001010010001111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1347; }

 p { color: rgb(29,19,71); }

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

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

 a { background-color: rgb(29,19,71); }

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

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

 span { border-color: rgb(29,19,71); }

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