#1F065C

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

Shades of Violent Violet #1F065C

Tints of Violent Violet #1F065C

Color information

#1F065C (or 0x1F065C) is unknown color: approx Violent Violet. HEX triplet: 1F, 06 and 5C. RGB value is (31,6,92). Sum of RGB (Red+Green+Blue) = 31+6+92=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F065C is #E0F9A3. Grayscale: #161616. Windows color (decimal): -14743972 or 6030879. OLE color: 6030879.

HSL color Cylindrical-coordinate representation of color #1F065C: hue angle of 257.44º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F065C is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB31692-
CMYK0.660.9300.64
HSL257.44º87.76%19.22%-
HSV(B)257.44º93.48%36.08%-
XYZ2.561.1910.22-
YUV23.28166.78133.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 24.03%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=24.03%
G=4.65%
B=71.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal316920.660.9300.64257.4487.7619.22
Hex1F65C425D0401015813
Octal376134102135010040113023
Binary1111111010111001000010101110101000000100000001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F065C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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