#300DD8

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

Shades of Han Purple #300DD8

Tints of Han Purple #300DD8

Color information

#300DD8 (or 0x300DD8) is unknown color: approx Han Purple. HEX triplet: 30, 0D and D8. RGB value is (48,13,216). Sum of RGB (Red+Green+Blue) = 48+13+216=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 216 (84.77% from 255 or 77.98% from 277); Max value from RGB is 216 - color contains mainly: blue. Hex color #300DD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DD8 is #CFF227. Grayscale: #2D2D2D. Windows color (decimal): -13627944 or 14159152. OLE color: 14159152.

HSL color Cylindrical-coordinate representation of color #300DD8: hue angle of 250.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300DD8 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4813216-
CMYK0.780.9400.15
HSL250.34º88.65%44.9%-
HSV(B)250.34º93.98%84.71%-
XYZ13.765.8765.37-
YUV46.61223.6128.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 13 (5.47% from 255) = 4.69%
BLUE value IS 216 (84.77% from 255) = 77.98%
R=17.33%
G=4.69%
B=77.98%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48132160.780.9400.15250.3488.6544.9
Hex30DD84E5E0Ffa592d
Octal601533011613601737213155
Binary1100001101110110001001110101111001111111110101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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