#300ED7

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

Shades of Han Purple #300ED7

Tints of Han Purple #300ED7

Color information

#300ED7 (or 0x300ED7) is unknown color: approx Han Purple. HEX triplet: 30, 0E and D7. RGB value is (48,14,215). Sum of RGB (Red+Green+Blue) = 48+14+215=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 215 (84.38% from 255 or 77.62% from 277); Max value from RGB is 215 - color contains mainly: blue. Hex color #300ED7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300ED7 is #CFF128. Grayscale: #2E2E2E. Windows color (decimal): -13627689 or 14093872. OLE color: 14093872.

HSL color Cylindrical-coordinate representation of color #300ED7: hue angle of 250.15º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300ED7 is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4814215-
CMYK0.780.9300.16
HSL250.15º87.77%44.9%-
HSV(B)250.15º93.49%84.31%-
XYZ13.645.8564.7-
YUV47.08222.76128.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 215 (84.38% from 255) = 77.62%
R=17.33%
G=5.05%
B=77.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48142150.780.9300.16250.1587.7744.9
Hex30ED74E5D010fa582d
Octal601632711613502037213055
Binary11000011101101011110011101011101010000111110101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,14,215); }

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

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

 a { background-color: rgb(48,14,215); }

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

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

 span { border-color: rgb(48,14,215); }

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