#1F085B

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

Shades of Violent Violet #1F085B

Tints of Violent Violet #1F085B

Color information

#1F085B (or 0x1F085B) is unknown color: approx Violent Violet. HEX triplet: 1F, 08 and 5B. RGB value is (31,8,91). Sum of RGB (Red+Green+Blue) = 31+8+91=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F085B is #E0F7A4. Grayscale: #181818. Windows color (decimal): -14743461 or 5965855. OLE color: 5965855.

HSL color Cylindrical-coordinate representation of color #1F085B: hue angle of 256.63º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F085B is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31891-
CMYK0.660.9100.64
HSL256.63º83.84%19.41%-
HSV(B)256.63º91.21%35.69%-
XYZ2.541.2210-
YUV24.34165.62132.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.85%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 91 (35.94% from 255) = 70%
R=23.85%
G=6.15%
B=70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal318910.660.9100.64256.6383.8419.41
Hex1F85B425B0401015413
Octal3710133102133010040112423
Binary11111100010110111000010101101101000000100000001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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