#301E55

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

Shades of Violent Violet #301E55

Tints of Violent Violet #301E55

Color information

#301E55 (or 0x301E55) is unknown color: approx Violent Violet. HEX triplet: 30, 1E and 55. RGB value is (48,30,85). Sum of RGB (Red+Green+Blue) = 48+30+85=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #301E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E55 is #CFE1AA. Grayscale: #292929. Windows color (decimal): -13623723 or 5578288. OLE color: 5578288.

HSL color Cylindrical-coordinate representation of color #301E55: hue angle of 259.64º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301E55 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB483085-
CMYK0.440.6500.67
HSL259.64º47.83%22.55%-
HSV(B)259.64º64.71%33.33%-
XYZ3.322.218.85-
YUV41.65152.46132.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=29.45%
G=18.40%
B=52.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4830850.440.6500.67259.6447.8322.55
Hex301E552C410431043017
Octal60361255410101034046027
Binary11000011110101010110110010000010100001110000010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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