Html Css Color HEX #301ADB Han Purple

📋 copy color: '#301ADB'

red 48 ◦ green 26 ◦ blue 219

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

Shades of Han Purple #301ADB

Tints of Han Purple #301ADB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.87%

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

R = 16.38%
G = 8.87%
B = 74.74%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#301ADB (or 0x301ADB) is known color: Han Purple. HEX triplet: 30, 1A and DB. RGB value is (48,26,219). Sum of RGB (Red+Green+Blue) = 48+26+219=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #301ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ADB is #CFE524. Grayscale: #353535. Windows color (decimal): -13624613 or 14359088. OLE color: 14359088.

HSL color Cylindrical-coordinate representation of color #301ADB: hue angle of 246.84º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301ADB is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 26 219 -
CMYK 0.78 0.88 0 0.14
HSL 246.84º 0.79% 0.48% -
HSV(B) 246.84º 0.88% 0.86% -
XYZ 14.37 6.48 67.51 -
YUV 54.58 220.79 123.31 -
System Red Green Blue C M Y K H S L
Decimal 48 26 219 0.78 0.88 0 0.14 246.84 0.79 0.48
Hex 30 1A DB 4E 58 0 E F7 4F 30
Octal 60 32 333 116 130 0 16 367 117 60
Binary 110000 11010 11011011 1001110 1011000 0 1110 11110111 1001111 110000

Color Harmonies of #301ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ADB

Black with #301ADB

Text Example


Text Example

White with #301ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301ADB; }

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

 H1.HeaderClassName
 {
   color: #301ADB;
 }
 .AnyTagClassName
 {
   color: #301ADB;
 }
</style>

background-color css

<style>
 a { background-color: #301ADB; }

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

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

border-color css

<style>
 span { border-color: #301ADB; }

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

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