#1F0259

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

Shades of Violent Violet #1F0259

Tints of Violent Violet #1F0259

Color information

#1F0259 (or 0x1F0259) is unknown color: approx Violent Violet. HEX triplet: 1F, 02 and 59. RGB value is (31,2,89). Sum of RGB (Red+Green+Blue) = 31+2+89=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F0259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0259 is #E0FDA6. Grayscale: #141414. Windows color (decimal): -14744999 or 5833247. OLE color: 5833247.

HSL color Cylindrical-coordinate representation of color #1F0259: hue angle of 260º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F0259 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB31289-
CMYK0.650.9800.65
HSL260º95.6%17.84%-
HSV(B)260º97.75%34.9%-
XYZ2.391.069.53-
YUV20.59166.61135.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 25.41%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 89 (35.16% from 255) = 72.95%
R=25.41%
G=1.64%
B=72.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal312890.650.9800.6526095.617.84
Hex1F25941620411046012
Octal372131101142010140414022
Binary111111010110011000001110001001000001100000100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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