#1D084F

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

Shades of Violent Violet #1D084F

Tints of Violent Violet #1D084F

Color information

#1D084F (or 0x1D084F) is unknown color: approx Violent Violet. HEX triplet: 1D, 08 and 4F. RGB value is (29,8,79). Sum of RGB (Red+Green+Blue) = 29+8+79=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D084F is #E2F7B0. Grayscale: #161616. Windows color (decimal): -14874545 or 5179421. OLE color: 5179421.

HSL color Cylindrical-coordinate representation of color #1D084F: hue angle of 257.75º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D084F is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB29879-
CMYK0.630.9000.69
HSL257.75º81.61%17.06%-
HSV(B)257.75º89.87%30.98%-
XYZ217.48-
YUV22.37159.96132.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 6.90%
BLUE value IS 79 (31.25% from 255) = 68.10%
R=25%
G=6.90%
B=68.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal298790.630.9000.69257.7581.6117.06
Hex1D84F3F5A0451025211
Octal351011777132010540212221
Binary1110110001001111111111101101001000101100000010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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