#1B014F

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

Shades of Violent Violet #1B014F

Tints of Violent Violet #1B014F

Color information

#1B014F (or 0x1B014F) is unknown color: approx Violent Violet. HEX triplet: 1B, 01 and 4F. RGB value is (27,1,79). Sum of RGB (Red+Green+Blue) = 27+1+79=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 79 (31.25% from 255 or 73.83% from 107); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B014F is #E4FEB0. Grayscale: #111111. Windows color (decimal): -15007409 or 5177627. OLE color: 5177627.

HSL color Cylindrical-coordinate representation of color #1B014F: hue angle of 260º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B014F is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB27179-
CMYK0.660.9900.69
HSL260º97.5%15.69%-
HSV(B)260º98.73%30.98%-
XYZ1.870.827.46-
YUV17.67162.61134.66-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.23%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 79 (31.25% from 255) = 73.83%
R=25.23%
G=0.93%
B=73.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal271790.660.9900.6926097.515.69
Hex1B14F42630451046210
Octal331117102143010540414220
Binary11011110011111000010110001101000101100000100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,1,79); }

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

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

 a { background-color: rgb(27,1,79); }

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

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

 span { border-color: rgb(27,1,79); }

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