Html Css Color HEX #300FDD Han Purple

📋 copy color: '#300FDD'

red 48 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #300FDD

Tints of Han Purple #300FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

 BLUE value IS 221 (86.72% from 255) = 77.82%

R = 16.9%
G = 5.28%
B = 77.82%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#300FDD (or 0x300FDD) is known color: Han Purple. HEX triplet: 30, 0F and DD. RGB value is (48,15,221). Sum of RGB (Red+Green+Blue) = 48+15+221=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #300FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FDD is #CFF022. Grayscale: #2F2F2F. Windows color (decimal): -13627427 or 14487344. OLE color: 14487344.

HSL color Cylindrical-coordinate representation of color #300FDD: hue angle of 249.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #300FDD is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 15 221 -
CMYK 0.78 0.93 0 0.13
HSL 249.61º 0.87% 0.46% -
HSV(B) 249.61º 0.93% 0.87% -
XYZ 14.44 6.19 68.84 -
YUV 48.35 225.43 127.75 -
System Red Green Blue C M Y K H S L
Decimal 48 15 221 0.78 0.93 0 0.13 249.61 0.87 0.46
Hex 30 F DD 4E 5D 0 D FA 57 2E
Octal 60 17 335 116 135 0 15 372 127 56
Binary 110000 1111 11011101 1001110 1011101 0 1101 11111010 1010111 101110

Color Harmonies of #300FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300FDD

Black with #300FDD

Text Example


Text Example

White with #300FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,15,221); }

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

background-color css

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

 a { background-color: rgb(48,15,221); }

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

border-color css

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

 span { border-color: rgb(48,15,221); }

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