#1B004C

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

Shades of Violent Violet #1B004C

Tints of Violent Violet #1B004C

Color information

#1B004C (or 0x1B004C) is unknown color: approx Violent Violet. HEX triplet: 1B, 00 and 4C. RGB value is (27,0,76). Sum of RGB (Red+Green+Blue) = 27+0+76=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 76 (30.08% from 255 or 73.79% from 103); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B004C is #E4FFB3. Grayscale: #101010. Windows color (decimal): -15007668 or 4980763. OLE color: 4980763.

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

Color convert

RGB27076-
CMYK0.64100.70
HSL261.32º100%14.9%-
HSV(B)261.32º100%29.8%-
XYZ1.760.756.89-
YUV16.74161.45135.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 76 (30.08% from 255) = 73.79%
R=26.21%
G=0%
B=73.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal270760.64100.70261.3210014.9
Hex1B04C406404610564f
Octal330114100144010640514417
Binary1101101001100100000011001000100011010000010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B004C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,0,76); }

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

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

 a { background-color: rgb(27,0,76); }

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

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

 span { border-color: rgb(27,0,76); }

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