Html Css Color HEX #301BDB Han Purple

📋 copy color: '#301BDB'

red 48 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #301BDB

Tints of Han Purple #301BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.18%

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

R = 16.33%
G = 9.18%
B = 74.49%

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

#301BDB (or 0x301BDB) is known color: Han Purple. HEX triplet: 30, 1B and DB. RGB value is (48,27,219). Sum of RGB (Red+Green+Blue) = 48+27+219=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #301BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BDB is #CFE424. Grayscale: #363636. Windows color (decimal): -13624357 or 14359344. OLE color: 14359344.

HSL color Cylindrical-coordinate representation of color #301BDB: hue angle of 246.56º degrees, saturation: 0.78, 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 #301BDB is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 27 219 -
CMYK 0.78 0.88 0 0.14
HSL 246.56º 0.78% 0.48% -
HSV(B) 246.56º 0.88% 0.86% -
XYZ 14.4 6.53 67.52 -
YUV 55.17 220.46 122.89 -
System Red Green Blue C M Y K H S L
Decimal 48 27 219 0.78 0.88 0 0.14 246.56 0.78 0.48
Hex 30 1B DB 4E 58 0 E F7 4E 30
Octal 60 33 333 116 130 0 16 367 116 60
Binary 110000 11011 11011011 1001110 1011000 0 1110 11110111 1001110 110000

Color Harmonies of #301BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BDB

Black with #301BDB

Text Example


Text Example

White with #301BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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