#301A4E

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

Shades of Violent Violet #301A4E

Tints of Violent Violet #301A4E

Color information

#301A4E (or 0x301A4E) is unknown color: approx Violent Violet. HEX triplet: 30, 1A and 4E. RGB value is (48,26,78). Sum of RGB (Red+Green+Blue) = 48+26+78=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #301A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A4E is #CFE5B1. Grayscale: #262626. Windows color (decimal): -13624754 or 5118512. OLE color: 5118512.

HSL color Cylindrical-coordinate representation of color #301A4E: hue angle of 265.38º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301A4E is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB482678-
CMYK0.380.6700.69
HSL265.38º50%20.39%-
HSV(B)265.38º66.67%30.59%-
XYZ2.961.927.42-
YUV38.51150.29134.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=31.58%
G=17.11%
B=51.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4826780.380.6700.69265.385020.39
Hex301A4E26430451093214
Octal60321164610301054116224
Binary11000011010100111010011010000110100010110000100111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,26,78); }

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

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

 a { background-color: rgb(48,26,78); }

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

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

 span { border-color: rgb(48,26,78); }

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