#300DE5

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

Shades of Han Purple #300DE5

Tints of Han Purple #300DE5

Color information

#300DE5 (or 0x300DE5) is unknown color: approx Han Purple. HEX triplet: 30, 0D and E5. RGB value is (48,13,229). Sum of RGB (Red+Green+Blue) = 48+13+229=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 229 (89.84% from 255 or 78.97% from 290); Max value from RGB is 229 - color contains mainly: blue. Hex color #300DE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DE5 is #CFF21A. Grayscale: #2F2F2F. Windows color (decimal): -13627931 or 15011120. OLE color: 15011120.

HSL color Cylindrical-coordinate representation of color #300DE5: hue angle of 249.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300DE5 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4813229-
CMYK0.790.9400.10
HSL249.72º89.26%47.45%-
HSV(B)249.72º94.32%89.8%-
XYZ15.516.5774.58-
YUV48.09230.1127.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 13 (5.47% from 255) = 4.48%
BLUE value IS 229 (89.84% from 255) = 78.97%
R=16.55%
G=4.48%
B=78.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal48132290.790.9400.10249.7289.2647.45
Hex30DE54F5E0Afa592f
Octal601534511713601237213157
Binary1100001101111001011001111101111001010111110101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300DE5; }

 p { color: rgb(48,13,229); }

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

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

 a { background-color: rgb(48,13,229); }

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

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

 span { border-color: rgb(48,13,229); }

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