#301953

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

Shades of Violent Violet #301953

Tints of Violent Violet #301953

Color information

#301953 (or 0x301953) is unknown color: approx Violent Violet. HEX triplet: 30, 19 and 53. RGB value is (48,25,83). Sum of RGB (Red+Green+Blue) = 48+25+83=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #301953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301953 is #CFE6AC. Grayscale: #262626. Windows color (decimal): -13625005 or 5445936. OLE color: 5445936.

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

Color convert

RGB482583-
CMYK0.420.7000.67
HSL263.79º53.7%21.18%-
HSV(B)263.79º69.88%32.55%-
XYZ3.131.958.39-
YUV38.49153.12134.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.77%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=30.77%
G=16.03%
B=53.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4825830.420.7000.67263.7953.721.18
Hex3019532A460431083615
Octal60311235210601034106625
Binary11000011001101001110101010001100100001110000100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301953; }

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

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

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

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

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

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

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

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