#301253

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

Shades of Violent Violet #301253

Tints of Violent Violet #301253

Color information

#301253 (or 0x301253) is unknown color: approx Violent Violet. HEX triplet: 30, 12 and 53. RGB value is (48,18,83). Sum of RGB (Red+Green+Blue) = 48+18+83=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #301253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301253 is #CFEDAC. Grayscale: #222222. Windows color (decimal): -13626797 or 5444144. OLE color: 5444144.

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

Color convert

RGB481883-
CMYK0.420.7800.67
HSL267.69º64.36%19.8%-
HSV(B)267.69º78.31%32.55%-
XYZ31.698.35-
YUV34.38155.44137.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 83 (32.81% from 255) = 55.70%
R=32.21%
G=12.08%
B=55.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4818830.420.7800.67267.6964.3619.8
Hex3012532A4E04310c4014
Octal602212352116010341410024
Binary110000100101010011101010100111001000011100001100100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301253; }

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

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

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

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

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

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

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

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