Html Css Color HEX #4800DB Han Purple

📋 copy color: '#4800DB'

red 72 ◦ green 0 ◦ blue 219

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

Shades of Han Purple #4800DB

Tints of Han Purple #4800DB

RGB

 RED value IS 72 (28.52% from 255) = 24.74%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.74%
G = 0%
B = 75.26%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4800DB (or 0x4800DB) is known color: Han Purple. HEX triplet: 48, 00 and DB. RGB value is (72,0,219). Sum of RGB (Red+Green+Blue) = 72+0+219=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #4800DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800DB is #B7FF24. Grayscale: #2D2D2D. Windows color (decimal): -12058405 or 14352456. OLE color: 14352456.

HSL color Cylindrical-coordinate representation of color #4800DB: hue angle of 259.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800DB is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 0 219 -
CMYK 0.67 1 0 0.14
HSL 259.73º 1% 0.43% -
HSV(B) 259.73º 1% 0.86% -
XYZ 15.46 6.49 67.46 -
YUV 46.49 225.35 146.19 -
System Red Green Blue C M Y K H S L
Decimal 72 0 219 0.67 1 0 0.14 259.73 1 0.43
Hex 48 0 DB 43 64 0 E 104 64 2B
Octal 110 0 333 103 144 0 16 404 144 53
Binary 1001000 0 11011011 1000011 1100100 0 1110 100000100 1100100 101011

Color Harmonies of #4800DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800DB

Black with #4800DB

Text Example


Text Example

White with #4800DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4800DB; }

 p { color: rgb(72,0,219); }

 H1.HeaderClassName
 {
   color: #4800DB;
 }
 .AnyTagClassName
 {
   color: #4800DB;
 }
</style>

background-color css

<style>
 a { background-color: #4800DB; }

 a { background-color: rgb(72,0,219); }

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

border-color css

<style>
 span { border-color: #4800DB; }

 span { border-color: rgb(72,0,219); }

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