#1F124D

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

Shades of Violent Violet #1F124D

Tints of Violent Violet #1F124D

Color information

#1F124D (or 0x1F124D) is unknown color: approx Violent Violet. HEX triplet: 1F, 12 and 4D. RGB value is (31,18,77). Sum of RGB (Red+Green+Blue) = 31+18+77=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F124D is #E0EDB2. Grayscale: #1C1C1C. Windows color (decimal): -14740915 or 5050911. OLE color: 5050911.

HSL color Cylindrical-coordinate representation of color #1F124D: hue angle of 253.22º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F124D is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB311877-
CMYK0.600.7700.70
HSL253.22º62.11%18.63%-
HSV(B)253.22º76.62%30.2%-
XYZ2.121.267.15-
YUV28.61155.31129.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.60%
GREEN value IS 18 (7.42% from 255) = 14.29%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=24.60%
G=14.29%
B=61.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3118770.600.7700.70253.2262.1118.63
Hex1F124D3C4D046fd3e13
Octal37221157411501063757623
Binary111111001010011011111001001101010001101111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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