#1F114C

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

Shades of Violent Violet #1F114C

Tints of Violent Violet #1F114C

Color information

#1F114C (or 0x1F114C) is unknown color: approx Violent Violet. HEX triplet: 1F, 11 and 4C. RGB value is (31,17,76). Sum of RGB (Red+Green+Blue) = 31+17+76=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F114C is #E0EEB3. Grayscale: #1B1B1B. Windows color (decimal): -14741172 or 4985119. OLE color: 4985119.

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

Color convert

RGB311776-
CMYK0.590.7800.70
HSL254.24º63.44%18.24%-
HSV(B)254.24º77.63%29.8%-
XYZ2.071.216.96-
YUV27.91155.14130.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 13.71%
BLUE value IS 76 (30.08% from 255) = 61.29%
R=25%
G=13.71%
B=61.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3117760.590.7800.70254.2463.4418.24
Hex1F114C3B4E046fe3f12
Octal37211147311601063767722
Binary111111000110011001110111001110010001101111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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