#1D024F

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

Shades of Violent Violet #1D024F

Tints of Violent Violet #1D024F

Color information

#1D024F (or 0x1D024F) is unknown color: approx Violent Violet. HEX triplet: 1D, 02 and 4F. RGB value is (29,2,79). Sum of RGB (Red+Green+Blue) = 29+2+79=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 79 (31.25% from 255 or 71.82% from 110); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D024F is #E2FDB0. Grayscale: #121212. Windows color (decimal): -14876081 or 5177885. OLE color: 5177885.

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

Color convert

RGB29279-
CMYK0.630.9700.69
HSL261.04º95.06%15.88%-
HSV(B)261.04º97.47%30.98%-
XYZ1.940.877.46-
YUV18.85161.95135.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 79 (31.25% from 255) = 71.82%
R=26.36%
G=1.82%
B=71.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal292790.630.9700.69261.0495.0615.88
Hex1D24F3F610451055f10
Octal35211777141010540513720
Binary11101101001111111111110000101000101100000101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,2,79); }

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

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

 a { background-color: rgb(29,2,79); }

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

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

 span { border-color: rgb(29,2,79); }

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