#1f064f

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

Shades of Violent Violet #1F064F

Tints of Violent Violet #1F064F

Color information

#1F064F (or 0x1F064F) is unknown color: approx Violent Violet. HEX triplet: 1F, 06 and 4F. RGB value is (31,6,79). Sum of RGB (Red+Green+Blue) = 31+6+79=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F064F is #E0F9B0. Grayscale: #151515. Windows color (decimal): -14743985 or 5178911. OLE color: 5178911.

HSL color Cylindrical-coordinate representation of color #1F064F: hue angle of 260.55º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1F064F is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB31679-
CMYK0.610.9200.69
HSL260.55º85.88%16.67%-
HSV(B)260.55º92.41%30.98%-
XYZ2.040.997.48-
YUV21.8160.28134.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 26.72%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 79 (31.25% from 255) = 68.10%
R=26.72%
G=5.17%
B=68.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal316790.610.9200.69260.5585.8816.67
Hex1F64F3D5C0451055611
Octal37611775134010540512621
Binary111111101001111111101101110001000101100000101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f064f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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