#13024B

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

Shades of Violent Violet #13024B

Tints of Violent Violet #13024B

Color information

#13024B (or 0x13024B) is unknown color: approx Violent Violet. HEX triplet: 13, 02 and 4B. RGB value is (19,2,75). Sum of RGB (Red+Green+Blue) = 19+2+75=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #13024B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13024B is #ECFDB4. Grayscale: #0F0F0F. Windows color (decimal): -15531445 or 4915731. OLE color: 4915731.

HSL color Cylindrical-coordinate representation of color #13024B: hue angle of 253.97º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13024B is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB19275-
CMYK0.750.9700.71
HSL253.97º94.81%15.1%-
HSV(B)253.97º97.33%29.41%-
XYZ1.560.696.71-
YUV15.4161.63130.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 75 (29.69% from 255) = 78.12%
R=19.79%
G=2.08%
B=78.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal192750.750.9700.71253.9794.8115.1
Hex1324B4B61047fe5ff
Octal232113113141010737613717
Binary1001110100101110010111100001010001111111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13024B; }

 p { color: rgb(19,2,75); }

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

<style>
 a { background-color: #13024B; }

 a { background-color: rgb(19,2,75); }

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

<style>
 span { border-color: #13024B; }

 span { border-color: rgb(19,2,75); }

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