#1A004D

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

Shades of Violent Violet #1A004D

Tints of Violent Violet #1A004D

Color information

#1A004D (or 0x1A004D) is unknown color: approx Violent Violet. HEX triplet: 1A, 00 and 4D. RGB value is (26,0,77). Sum of RGB (Red+Green+Blue) = 26+0+77=103 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.24% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #1A004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A004D is #E5FFB2. Grayscale: #101010. Windows color (decimal): -15073203 or 5046298. OLE color: 5046298.

HSL color Cylindrical-coordinate representation of color #1A004D: hue angle of 260.26º 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 #1A004D is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB26077-
CMYK0.66100.70
HSL260.26º100%15.1%-
HSV(B)260.26º100%30.2%-
XYZ1.770.767.07-
YUV16.55162.11134.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 25.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=25.24%
G=0%
B=74.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal260770.66100.70260.2610015.1
Hex1A04D426404610464f
Octal320115102144010640414417
Binary1101001001101100001011001000100011010000010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,0,77); }

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

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

 a { background-color: rgb(26,0,77); }

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

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

 span { border-color: rgb(26,0,77); }

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