#301DE3

Color #301DE3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #301DE3

Tints of Han Purple #301DE3

Color information

#301DE3 (or 0x301DE3) is unknown color: approx Han Purple. HEX triplet: 30, 1D and E3. RGB value is (48,29,227). Sum of RGB (Red+Green+Blue) = 48+29+227=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 227 (89.06% from 255 or 74.67% from 304); Max value from RGB is 227 - color contains mainly: blue. Hex color #301DE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DE3 is #CFE21C. Grayscale: #383838. Windows color (decimal): -13623837 or 14884144. OLE color: 14884144.

HSL color Cylindrical-coordinate representation of color #301DE3: hue angle of 245.76º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301DE3 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB4829227-
CMYK0.790.8700.11
HSL245.76º77.95%50.2%-
HSV(B)245.76º87.22%89.02%-
XYZ15.527.0573.22-
YUV57.25223.79121.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.79%
GREEN value IS 29 (11.72% from 255) = 9.54%
BLUE value IS 227 (89.06% from 255) = 74.67%
R=15.79%
G=9.54%
B=74.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal48292270.790.8700.11245.7677.9550.2
Hex301DE34F570Bf64e32
Octal603534311712701336611662
Binary11000011101111000111001111101011101011111101101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,29,227); }

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

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

 a { background-color: rgb(48,29,227); }

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

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

 span { border-color: rgb(48,29,227); }

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