#300AD7

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

Shades of Han Purple #300AD7

Tints of Han Purple #300AD7

Color information

#300AD7 (or 0x300AD7) is unknown color: approx Han Purple. HEX triplet: 30, 0A and D7. RGB value is (48,10,215). Sum of RGB (Red+Green+Blue) = 48+10+215=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 215 (84.38% from 255 or 78.75% from 273); Max value from RGB is 215 - color contains mainly: blue. Hex color #300AD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300AD7 is #CFF528. Grayscale: #2B2B2B. Windows color (decimal): -13628713 or 14092848. OLE color: 14092848.

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

Color convert

RGB4810215-
CMYK0.780.9500.16
HSL251.12º91.11%44.12%-
HSV(B)251.12º95.35%84.31%-
XYZ13.595.7564.68-
YUV44.73224.09130.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 10 (4.30% from 255) = 3.66%
BLUE value IS 215 (84.38% from 255) = 78.75%
R=17.58%
G=3.66%
B=78.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48102150.780.9500.16251.1291.1144.12
Hex30AD74E5F010fb5b2c
Octal601232711613702037313354
Binary11000010101101011110011101011111010000111110111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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