#301C51

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

Shades of Violent Violet #301C51

Tints of Violent Violet #301C51

Color information

#301C51 (or 0x301C51) is unknown color: approx Violent Violet. HEX triplet: 30, 1C and 51. RGB value is (48,28,81). Sum of RGB (Red+Green+Blue) = 48+28+81=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #301C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C51 is #CFE3AE. Grayscale: #272727. Windows color (decimal): -13624239 or 5315632. OLE color: 5315632.

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

Color convert

RGB482881-
CMYK0.410.6500.68
HSL262.64º48.62%21.37%-
HSV(B)262.64º65.43%31.76%-
XYZ3.122.058.02-
YUV40.02151.13133.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=30.57%
G=17.83%
B=51.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4828810.410.6500.68262.6448.6221.37
Hex301C5129410441073115
Octal60341215110101044076125
Binary11000011100101000110100110000010100010010000011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,28,81); }

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

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

 a { background-color: rgb(48,28,81); }

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

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

 span { border-color: rgb(48,28,81); }

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