#301E4C

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

Shades of Violent Violet #301E4C

Tints of Violent Violet #301E4C

Color information

#301E4C (or 0x301E4C) is unknown color: approx Violent Violet. HEX triplet: 30, 1E and 4C. RGB value is (48,30,76). Sum of RGB (Red+Green+Blue) = 48+30+76=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #301E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E4C is #CFE1B3. Grayscale: #282828. Windows color (decimal): -13623732 or 4988464. OLE color: 4988464.

HSL color Cylindrical-coordinate representation of color #301E4C: hue angle of 263.48º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #301E4C is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB483076-
CMYK0.370.6100.70
HSL263.48º43.4%20.78%-
HSV(B)263.48º60.53%29.8%-
XYZ2.992.087.08-
YUV40.63147.96133.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 30 (12.11% from 255) = 19.48%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=31.17%
G=19.48%
B=49.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4830760.370.6100.70263.4843.420.78
Hex301E4C253D0461072b15
Octal6036114457501064075325
Binary1100001111010011001001011111010100011010000011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,76); }

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

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

 a { background-color: rgb(48,30,76); }

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

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

 span { border-color: rgb(48,30,76); }

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