#1D014E

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

Shades of Violent Violet #1D014E

Tints of Violent Violet #1D014E

Color information

#1D014E (or 0x1D014E) is unknown color: approx Violent Violet. HEX triplet: 1D, 01 and 4E. RGB value is (29,1,78). Sum of RGB (Red+Green+Blue) = 29+1+78=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D014E is #E2FEB1. Grayscale: #111111. Windows color (decimal): -14876338 or 5112093. OLE color: 5112093.

HSL color Cylindrical-coordinate representation of color #1D014E: hue angle of 261.82º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D014E is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB29178-
CMYK0.630.9900.69
HSL261.82º97.47%15.49%-
HSV(B)261.82º98.72%30.59%-
XYZ1.890.837.27-
YUV18.15161.78135.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.85%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 78 (30.86% from 255) = 72.22%
R=26.85%
G=0.93%
B=72.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal291780.630.9900.69261.8297.4715.49
Hex1D14E3F6304510661f
Octal35111677143010540614117
Binary111011100111011111111000110100010110000011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,1,78); }

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

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

 a { background-color: rgb(29,1,78); }

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

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

 span { border-color: rgb(29,1,78); }

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