#1D094D

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

Shades of Violent Violet #1D094D

Tints of Violent Violet #1D094D

Color information

#1D094D (or 0x1D094D) is unknown color: approx Violent Violet. HEX triplet: 1D, 09 and 4D. RGB value is (29,9,77). Sum of RGB (Red+Green+Blue) = 29+9+77=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D094D is #E2F6B2. Grayscale: #161616. Windows color (decimal): -14874291 or 5048605. OLE color: 5048605.

HSL color Cylindrical-coordinate representation of color #1D094D: hue angle of 257.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D094D is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB29977-
CMYK0.620.8800.70
HSL257.65º79.07%16.86%-
HSV(B)257.65º88.31%30.2%-
XYZ1.940.997.11-
YUV22.73158.63132.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.22%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=25.22%
G=7.83%
B=66.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal299770.620.8800.70257.6579.0716.86
Hex1D94D3E580461024f11
Octal351111576130010640211721
Binary1110110011001101111110101100001000110100000010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,77); }

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

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

 a { background-color: rgb(29,9,77); }

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

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

 span { border-color: rgb(29,9,77); }

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