#1F064D

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

Shades of Violent Violet #1F064D

Tints of Violent Violet #1F064D

Color information

#1F064D (or 0x1F064D) is unknown color: approx Violent Violet. HEX triplet: 1F, 06 and 4D. RGB value is (31,6,77). Sum of RGB (Red+Green+Blue) = 31+6+77=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F064D is #E0F9B2. Grayscale: #151515. Windows color (decimal): -14743987 or 5047839. OLE color: 5047839.

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

Color convert

RGB31677-
CMYK0.600.9200.70
HSL261.13º85.54%16.27%-
HSV(B)261.13º92.21%30.2%-
XYZ1.970.967.1-
YUV21.57159.28134.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 27.19%
GREEN value IS 6 (2.73% from 255) = 5.26%
BLUE value IS 77 (30.47% from 255) = 67.54%
R=27.19%
G=5.26%
B=67.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal316770.600.9200.70261.1385.5416.27
Hex1F64D3C5C0461055610
Octal37611574134010640512620
Binary111111101001101111100101110001000110100000101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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