#1F024C

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

Shades of Violent Violet #1F024C

Tints of Violent Violet #1F024C

Color information

#1F024C (or 0x1F024C) is unknown color: approx Violent Violet. HEX triplet: 1F, 02 and 4C. RGB value is (31,2,76). Sum of RGB (Red+Green+Blue) = 31+2+76=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 76 (30.08% from 255 or 69.72% from 109); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F024C is #E0FDB3. Grayscale: #121212. Windows color (decimal): -14745012 or 4981279. OLE color: 4981279.

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

Color convert

RGB31276-
CMYK0.590.9700.70
HSL263.51º94.87%15.29%-
HSV(B)263.51º97.37%29.8%-
XYZ1.890.866.9-
YUV19.11160.11136.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 28.44%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 76 (30.08% from 255) = 69.72%
R=28.44%
G=1.83%
B=69.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal312760.590.9700.70263.5194.8715.29
Hex1F24C3B610461085ff
Octal37211473141010641013717
Binary1111110100110011101111000010100011010000100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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