#301E52

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

Shades of Violent Violet #301E52

Tints of Violent Violet #301E52

Color information

#301E52 (or 0x301E52) is unknown color: approx Violent Violet. HEX triplet: 30, 1E and 52. RGB value is (48,30,82). Sum of RGB (Red+Green+Blue) = 48+30+82=160 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #301E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E52 is #CFE1AD. Grayscale: #292929. Windows color (decimal): -13623726 or 5381680. OLE color: 5381680.

HSL color Cylindrical-coordinate representation of color #301E52: hue angle of 260.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #301E52 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB483082-
CMYK0.410.6300.68
HSL260.77º46.43%21.96%-
HSV(B)260.77º63.41%32.16%-
XYZ3.212.178.23-
YUV41.31150.96132.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30%
GREEN value IS 30 (12.11% from 255) = 18.75%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=30%
G=18.75%
B=51.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4830820.410.6300.68260.7746.4321.96
Hex301E52293F0441052e16
Octal6036122517701044055626
Binary1100001111010100101010011111110100010010000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301E52; }

 p { color: rgb(48,30,82); }

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

<style>
 a { background-color: #301E52; }

 a { background-color: rgb(48,30,82); }

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

<style>
 span { border-color: #301E52; }

 span { border-color: rgb(48,30,82); }

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