#15034C

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

Shades of Violent Violet #15034C

Tints of Violent Violet #15034C

Color information

#15034C (or 0x15034C) is unknown color: approx Violent Violet. HEX triplet: 15, 03 and 4C. RGB value is (21,3,76). Sum of RGB (Red+Green+Blue) = 21+3+76=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #15034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15034C is #EAFCB3. Grayscale: #101010. Windows color (decimal): -15400116 or 4981525. OLE color: 4981525.

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

Color convert

RGB21376-
CMYK0.720.9600.70
HSL254.79º92.41%15.49%-
HSV(B)254.79º96.05%29.8%-
XYZ1.650.756.89-
YUV16.7161.46131.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 76 (30.08% from 255) = 76%
R=21%
G=3%
B=76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal213760.720.9600.70254.7992.4115.49
Hex1534C4860046ff5cf
Octal253114110140010637713417
Binary1010111100110010010001100000010001101111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15034C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15034C; }

 p { color: rgb(21,3,76); }

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

<style>
 a { background-color: #15034C; }

 a { background-color: rgb(21,3,76); }

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

<style>
 span { border-color: #15034C; }

 span { border-color: rgb(21,3,76); }

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