Html Css Color HEX #300CDB Han Purple

📋 copy color: '#300CDB'

red 48 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #300CDB

Tints of Han Purple #300CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

 BLUE value IS 219 (85.94% from 255) = 78.49%

R = 17.2%
G = 4.3%
B = 78.49%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#300CDB (or 0x300CDB) is known color: Han Purple. HEX triplet: 30, 0C and DB. RGB value is (48,12,219). Sum of RGB (Red+Green+Blue) = 48+12+219=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #300CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300CDB is #CFF324. Grayscale: #2D2D2D. Windows color (decimal): -13628197 or 14355504. OLE color: 14355504.

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

Color convert

RGB 48 12 219 -
CMYK 0.78 0.95 0 0.14
HSL 250.43º 0.9% 0.45% -
HSV(B) 250.43º 0.95% 0.86% -
XYZ 14.14 6.01 67.43 -
YUV 46.36 225.43 129.17 -
System Red Green Blue C M Y K H S L
Decimal 48 12 219 0.78 0.95 0 0.14 250.43 0.9 0.45
Hex 30 C DB 4E 5F 0 E FA 5A 2D
Octal 60 14 333 116 137 0 16 372 132 55
Binary 110000 1100 11011011 1001110 1011111 0 1110 11111010 1011010 101101

Color Harmonies of #300CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CDB

Black with #300CDB

Text Example


Text Example

White with #300CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,12,219); }

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

background-color css

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

 a { background-color: rgb(48,12,219); }

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

border-color css

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

 span { border-color: rgb(48,12,219); }

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