Html Css Color HEX #300ADD Han Purple

📋 copy color: '#300ADD'

red 48 ◦ green 10 ◦ blue 221

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

Shades of Han Purple #300ADD

Tints of Han Purple #300ADD

RGB

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

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

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

R = 17.2%
G = 3.58%
B = 79.21%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#300ADD (or 0x300ADD) is known color: Han Purple. HEX triplet: 30, 0A and DD. RGB value is (48,10,221). Sum of RGB (Red+Green+Blue) = 48+10+221=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #300ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300ADD is #CFF522. Grayscale: #2C2C2C. Windows color (decimal): -13628707 or 14486064. OLE color: 14486064.

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

Color convert

RGB 48 10 221 -
CMYK 0.78 0.95 0 0.13
HSL 250.81º 0.91% 0.45% -
HSV(B) 250.81º 0.95% 0.87% -
XYZ 14.38 6.07 68.82 -
YUV 45.42 227.09 129.84 -
System Red Green Blue C M Y K H S L
Decimal 48 10 221 0.78 0.95 0 0.13 250.81 0.91 0.45
Hex 30 A DD 4E 5F 0 D FB 5B 2D
Octal 60 12 335 116 137 0 15 373 133 55
Binary 110000 1010 11011101 1001110 1011111 0 1101 11111011 1011011 101101

Color Harmonies of #300ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300ADD

Black with #300ADD

Text Example


Text Example

White with #300ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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