Html Css Color HEX #481BDA Han Purple

📋 copy color: '#481BDA'

red 72 ◦ green 27 ◦ blue 218

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

Shades of Han Purple #481BDA

Tints of Han Purple #481BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 22.71%
G = 8.52%
B = 68.77%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#481BDA (or 0x481BDA) is known color: Han Purple. HEX triplet: 48, 1B and DA. RGB value is (72,27,218). Sum of RGB (Red+Green+Blue) = 72+27+218=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #481BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BDA is #B7E425. Grayscale: #3D3D3D. Windows color (decimal): -12051494 or 14293832. OLE color: 14293832.

HSL color Cylindrical-coordinate representation of color #481BDA: hue angle of 254.14º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481BDA is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 27 218 -
CMYK 0.67 0.88 0 0.15
HSL 254.14º 0.78% 0.48% -
HSV(B) 254.14º 0.88% 0.85% -
XYZ 15.72 7.22 66.9 -
YUV 62.23 215.91 134.97 -
System Red Green Blue C M Y K H S L
Decimal 72 27 218 0.67 0.88 0 0.15 254.14 0.78 0.48
Hex 48 1B DA 43 58 0 F FE 4E 30
Octal 110 33 332 103 130 0 17 376 116 60
Binary 1001000 11011 11011010 1000011 1011000 0 1111 11111110 1001110 110000

Color Harmonies of #481BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BDA

Black with #481BDA

Text Example


Text Example

White with #481BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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