#1F144A

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

Shades of Violent Violet #1F144A

Tints of Violent Violet #1F144A

Color information

#1F144A (or 0x1F144A) is unknown color: approx Violent Violet. HEX triplet: 1F, 14 and 4A. RGB value is (31,20,74). Sum of RGB (Red+Green+Blue) = 31+20+74=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F144A is #E0EBB5. Grayscale: #1D1D1D. Windows color (decimal): -14740406 or 4854815. OLE color: 4854815.

HSL color Cylindrical-coordinate representation of color #1F144A: hue angle of 252.22º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F144A is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB312074-
CMYK0.580.7300.71
HSL252.22º57.45%18.43%-
HSV(B)252.22º72.97%29.02%-
XYZ2.051.296.62-
YUV29.44153.14129.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.8%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 74 (29.30% from 255) = 59.2%
R=24.8%
G=16%
B=59.2%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3120740.580.7300.71252.2257.4518.43
Hex1F144A3A49047fc3912
Octal37241127211101073747122
Binary111111010010010101110101001001010001111111110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,20,74); }

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

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

 a { background-color: rgb(31,20,74); }

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

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

 span { border-color: rgb(31,20,74); }

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