#1F094D

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

Shades of Violent Violet #1F094D

Tints of Violent Violet #1F094D

Color information

#1F094D (or 0x1F094D) is unknown color: approx Violent Violet. HEX triplet: 1F, 09 and 4D. RGB value is (31,9,77). Sum of RGB (Red+Green+Blue) = 31+9+77=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F094D is #E0F6B2. Grayscale: #171717. Windows color (decimal): -14743219 or 5048607. OLE color: 5048607.

HSL color Cylindrical-coordinate representation of color #1F094D: hue angle of 259.41º 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 #1F094D is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB31977-
CMYK0.600.8800.70
HSL259.41º79.07%16.86%-
HSV(B)259.41º88.31%30.2%-
XYZ21.027.11-
YUV23.33158.29133.47-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.50%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 77 (30.47% from 255) = 65.81%
R=26.50%
G=7.69%
B=65.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal319770.600.8800.70259.4179.0716.86
Hex1F94D3C580461034f11
Octal371111574130010640311721
Binary1111110011001101111100101100001000110100000011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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