#15033C

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

Shades of Violent Violet #15033C

Tints of Violent Violet #15033C

Color information

#15033C (or 0x15033C) is unknown color: approx Violent Violet. HEX triplet: 15, 03 and 3C. RGB value is (21,3,60). Sum of RGB (Red+Green+Blue) = 21+3+60=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 60 (23.83% from 255 or 71.43% from 84); Max value from RGB is 60 - color contains mainly: blue. Hex color #15033C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15033C is #EAFCC3. Grayscale: #0E0E0E. Windows color (decimal): -15400132 or 3932949. OLE color: 3932949.

HSL color Cylindrical-coordinate representation of color #15033C: hue angle of 258.95º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15033C is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB21360-
CMYK0.650.9500.76
HSL258.95º90.48%12.35%-
HSV(B)258.95º95%23.53%-
XYZ1.160.554.32-
YUV14.88153.46132.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 60 (23.83% from 255) = 71.43%
R=25%
G=3.57%
B=71.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal213600.650.9500.76258.9590.4812.35
Hex1533C415F04C1035ac
Octal25374101137011440313214
Binary1010111111100100000110111110100110010000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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