Html Css Color HEX #300DDA Han Purple

📋 copy color: '#300DDA'

red 48 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #300DDA

Tints of Han Purple #300DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.66%

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

R = 17.2%
G = 4.66%
B = 78.14%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#300DDA (or 0x300DDA) is known color: Han Purple. HEX triplet: 30, 0D and DA. RGB value is (48,13,218). Sum of RGB (Red+Green+Blue) = 48+13+218=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 218 (85.55% from 255 or 78.14% from 279); Max value from RGB is 218 - color contains mainly: blue. Hex color #300DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DDA is #CFF225. Grayscale: #2E2E2E. Windows color (decimal): -13627942 or 14290224. OLE color: 14290224.

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

Color convert

RGB 48 13 218 -
CMYK 0.78 0.94 0 0.15
HSL 250.24º 0.89% 0.45% -
HSV(B) 250.24º 0.94% 0.85% -
XYZ 14.02 5.98 66.74 -
YUV 46.84 224.6 128.83 -
System Red Green Blue C M Y K H S L
Decimal 48 13 218 0.78 0.94 0 0.15 250.24 0.89 0.45
Hex 30 D DA 4E 5E 0 F FA 59 2D
Octal 60 15 332 116 136 0 17 372 131 55
Binary 110000 1101 11011010 1001110 1011110 0 1111 11111010 1011001 101101

Color Harmonies of #300DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300DDA

Black with #300DDA

Text Example


Text Example

White with #300DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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