#1F054C

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

Shades of Violent Violet #1F054C

Tints of Violent Violet #1F054C

Color information

#1F054C (or 0x1F054C) is unknown color: approx Violent Violet. HEX triplet: 1F, 05 and 4C. RGB value is (31,5,76). Sum of RGB (Red+Green+Blue) = 31+5+76=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F054C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F054C is #E0FAB3. Grayscale: #141414. Windows color (decimal): -14744244 or 4982047. OLE color: 4982047.

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

Color convert

RGB31576-
CMYK0.590.9300.70
HSL261.97º87.65%15.88%-
HSV(B)261.97º93.42%29.8%-
XYZ1.920.926.91-
YUV20.87159.11135.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.68%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 76 (30.08% from 255) = 67.86%
R=27.68%
G=4.46%
B=67.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal315760.590.9300.70261.9787.6515.88
Hex1F54C3B5D0461065810
Octal37511473135010640613020
Binary111111011001100111011101110101000110100000110101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F054C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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