Html Css Color HEX #300ADA Han Purple

📋 copy color: '#300ADA'

red 48 ◦ green 10 ◦ blue 218

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

Shades of Han Purple #300ADA

Tints of Han Purple #300ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 78.99%

R = 17.39%
G = 3.62%
B = 78.99%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#300ADA (or 0x300ADA) is known color: Han Purple. HEX triplet: 30, 0A and DA. RGB value is (48,10,218). Sum of RGB (Red+Green+Blue) = 48+10+218=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #300ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300ADA is #CFF525. Grayscale: #2C2C2C. Windows color (decimal): -13628710 or 14289456. OLE color: 14289456.

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

Color convert

RGB 48 10 218 -
CMYK 0.78 0.95 0 0.15
HSL 250.96º 0.91% 0.45% -
HSV(B) 250.96º 0.95% 0.85% -
XYZ 13.98 5.91 66.73 -
YUV 45.07 225.59 130.09 -
System Red Green Blue C M Y K H S L
Decimal 48 10 218 0.78 0.95 0 0.15 250.96 0.91 0.45
Hex 30 A DA 4E 5F 0 F FB 5B 2D
Octal 60 12 332 116 137 0 17 373 133 55
Binary 110000 1010 11011010 1001110 1011111 0 1111 11111011 1011011 101101

Color Harmonies of #300ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300ADA

Black with #300ADA

Text Example


Text Example

White with #300ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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