#301753

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

Shades of Violent Violet #301753

Tints of Violent Violet #301753

Color information

#301753 (or 0x301753) is unknown color: approx Violent Violet. HEX triplet: 30, 17 and 53. RGB value is (48,23,83). Sum of RGB (Red+Green+Blue) = 48+23+83=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #301753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301753 is #CFE8AC. Grayscale: #252525. Windows color (decimal): -13625517 or 5445424. OLE color: 5445424.

HSL color Cylindrical-coordinate representation of color #301753: hue angle of 265º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #301753 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB482383-
CMYK0.420.7200.67
HSL265º56.6%20.78%-
HSV(B)265º72.29%32.55%-
XYZ3.091.878.38-
YUV37.32153.78135.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 83 (32.81% from 255) = 53.90%
R=31.17%
G=14.94%
B=53.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4823830.420.7200.6726556.620.78
Hex3017532A480431093915
Octal60271235211001034117125
Binary11000010111101001110101010010000100001110000100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301753; }

 p { color: rgb(48,23,83); }

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

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

 a { background-color: rgb(48,23,83); }

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

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

 span { border-color: rgb(48,23,83); }

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