#301DE9

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

Shades of Han Purple #301DE9

Tints of Han Purple #301DE9

Color information

#301DE9 (or 0x301DE9) is unknown color: approx Han Purple. HEX triplet: 30, 1D and E9. RGB value is (48,29,233). Sum of RGB (Red+Green+Blue) = 48+29+233=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #301DE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301DE9 is #CFE216. Grayscale: #393939. Windows color (decimal): -13623831 or 15277360. OLE color: 15277360.

HSL color Cylindrical-coordinate representation of color #301DE9: hue angle of 245.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301DE9 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4829233-
CMYK0.790.8800.09
HSL245.59º82.26%51.37%-
HSV(B)245.59º87.55%91.37%-
XYZ16.377.3977.65-
YUV57.94226.79120.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 29 (11.72% from 255) = 9.35%
BLUE value IS 233 (91.41% from 255) = 75.16%
R=15.48%
G=9.35%
B=75.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal48292330.790.8800.09245.5982.2651.37
Hex301DE94F5809f65233
Octal603535111713001136612263
Binary11000011101111010011001111101100001001111101101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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