#301251

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

Shades of Violent Violet #301251

Tints of Violent Violet #301251

Color information

#301251 (or 0x301251) is unknown color: approx Violent Violet. HEX triplet: 30, 12 and 51. RGB value is (48,18,81). Sum of RGB (Red+Green+Blue) = 48+18+81=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #301251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301251 is #CFEDAE. Grayscale: #212121. Windows color (decimal): -13626799 or 5313072. OLE color: 5313072.

HSL color Cylindrical-coordinate representation of color #301251: hue angle of 268.57º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #301251 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB481881-
CMYK0.410.7800.68
HSL268.57º63.64%19.41%-
HSV(B)268.57º77.78%31.76%-
XYZ2.921.667.95-
YUV34.15154.44137.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=32.65%
G=12.24%
B=55.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4818810.410.7800.68268.5763.6419.41
Hex301251294E04410d4013
Octal602212151116010441510023
Binary110000100101010001101001100111001000100100001101100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301251; }

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

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

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

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

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

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

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

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