Html Css Color HEX #300AD6 Han Purple

📋 copy color: '#300AD6'

red 48 ◦ green 10 ◦ blue 214

#300AD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #300AD6

Tints of Han Purple #300AD6

RGB

 RED value IS 48 (19.14% from 255) = 17.65%

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 214 (83.98% from 255) = 78.68%

R = 17.65%
G = 3.68%
B = 78.68%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#300AD6 (or 0x300AD6) is known color: Han Purple. HEX triplet: 30, 0A and D6. RGB value is (48,10,214). Sum of RGB (Red+Green+Blue) = 48+10+214=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 214 (83.98% from 255 or 78.68% from 272); Max value from RGB is 214 - color contains mainly: blue. Hex color #300AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300AD6 is #CFF529. Grayscale: #2B2B2B. Windows color (decimal): -13628714 or 14027312. OLE color: 14027312.

HSL color Cylindrical-coordinate representation of color #300AD6: hue angle of 251.18º 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 #300AD6 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 10 214 -
CMYK 0.78 0.95 0 0.16
HSL 251.18º 0.91% 0.44% -
HSV(B) 251.18º 0.95% 0.84% -
XYZ 13.47 5.7 64.01 -
YUV 44.62 223.59 130.41 -
System Red Green Blue C M Y K H S L
Decimal 48 10 214 0.78 0.95 0 0.16 251.18 0.91 0.44
Hex 30 A D6 4E 5F 0 10 FB 5B 2C
Octal 60 12 326 116 137 0 20 373 133 54
Binary 110000 1010 11010110 1001110 1011111 0 10000 11111011 1011011 101100

Color Harmonies of #300AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300AD6

Black with #300AD6

Text Example


Text Example

White with #300AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #300AD6;
 }
 .AnyTagClassName
 {
   color: #300AD6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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