#1F055B

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

Shades of Violent Violet #1F055B

Tints of Violent Violet #1F055B

Color information

#1F055B (or 0x1F055B) is unknown color: approx Violent Violet. HEX triplet: 1F, 05 and 5B. RGB value is (31,5,91). Sum of RGB (Red+Green+Blue) = 31+5+91=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 91 (35.94% from 255 or 71.65% from 127); Max value from RGB is 91 - color contains mainly: blue. Hex color #1F055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F055B is #E0FAA4. Grayscale: #161616. Windows color (decimal): -14744229 or 5965087. OLE color: 5965087.

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

Color convert

RGB31591-
CMYK0.660.9500.64
HSL258.14º89.58%18.82%-
HSV(B)258.14º94.51%35.69%-
XYZ2.511.169.99-
YUV22.58166.61134.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.41%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 91 (35.94% from 255) = 71.65%
R=24.41%
G=3.94%
B=71.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal315910.660.9500.64258.1489.5818.82
Hex1F55B425F0401025a13
Octal375133102137010040213223
Binary1111110110110111000010101111101000000100000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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