Html Css Color HEX #481BDB Han Purple

📋 copy color: '#481BDB'

red 72 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #481BDB

Tints of Han Purple #481BDB

RGB

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

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

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

R = 22.64%
G = 8.49%
B = 68.87%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#481BDB (or 0x481BDB) is known color: Han Purple. HEX triplet: 48, 1B and DB. RGB value is (72,27,219). Sum of RGB (Red+Green+Blue) = 72+27+219=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #481BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BDB is #B7E424. Grayscale: #3D3D3D. Windows color (decimal): -12051493 or 14359368. OLE color: 14359368.

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

Color convert

RGB 72 27 219 -
CMYK 0.67 0.88 0 0.14
HSL 254.06º 0.78% 0.48% -
HSV(B) 254.06º 0.88% 0.86% -
XYZ 15.85 7.28 67.59 -
YUV 62.34 216.41 134.89 -
System Red Green Blue C M Y K H S L
Decimal 72 27 219 0.67 0.88 0 0.14 254.06 0.78 0.48
Hex 48 1B DB 43 58 0 E FE 4E 30
Octal 110 33 333 103 130 0 16 376 116 60
Binary 1001000 11011 11011011 1000011 1011000 0 1110 11111110 1001110 110000

Color Harmonies of #481BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BDB

Black with #481BDB

Text Example


Text Example

White with #481BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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