#1F084F

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

Shades of Violent Violet #1F084F

Tints of Violent Violet #1F084F

Color information

#1F084F (or 0x1F084F) is unknown color: approx Violent Violet. HEX triplet: 1F, 08 and 4F. RGB value is (31,8,79). Sum of RGB (Red+Green+Blue) = 31+8+79=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F084F is #E0F7B0. Grayscale: #161616. Windows color (decimal): -14743473 or 5179423. OLE color: 5179423.

HSL color Cylindrical-coordinate representation of color #1F084F: hue angle of 259.44º 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 #1F084F is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB31879-
CMYK0.610.9000.69
HSL259.44º81.61%17.06%-
HSV(B)259.44º89.87%30.98%-
XYZ2.061.037.49-
YUV22.97159.62133.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.27%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 79 (31.25% from 255) = 66.95%
R=26.27%
G=6.78%
B=66.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal318790.610.9000.69259.4481.6117.06
Hex1F84F3D5A0451035211
Octal371011775132010540312221
Binary1111110001001111111101101101001000101100000011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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