Html Css Color HEX #481AE5 Han Purple

📋 copy color: '#481AE5'

red 72 ◦ green 26 ◦ blue 229

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

Shades of Han Purple #481AE5

Tints of Han Purple #481AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 70.03%

R = 22.02%
G = 7.95%
B = 70.03%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#481AE5 (or 0x481AE5) is known color: Han Purple. HEX triplet: 48, 1A and E5. RGB value is (72,26,229). Sum of RGB (Red+Green+Blue) = 72+26+229=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #481AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481AE5 is #B7E51A. Grayscale: #3E3E3E. Windows color (decimal): -12051739 or 15014472. OLE color: 15014472.

HSL color Cylindrical-coordinate representation of color #481AE5: hue angle of 253.6º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481AE5 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 26 229 -
CMYK 0.69 0.89 0 0.10
HSL 253.6º 0.8% 0.5% -
HSV(B) 253.6º 0.89% 0.9% -
XYZ 17.18 7.77 74.72 -
YUV 62.9 221.74 134.49 -
System Red Green Blue C M Y K H S L
Decimal 72 26 229 0.69 0.89 0 0.10 253.6 0.8 0.5
Hex 48 1A E5 45 59 0 A FE 50 32
Octal 110 32 345 105 131 0 12 376 120 62
Binary 1001000 11010 11100101 1000101 1011001 0 1010 11111110 1010000 110010

Color Harmonies of #481AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AE5

Black with #481AE5

Text Example


Text Example

White with #481AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,26,229); }

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

background-color css

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

 a { background-color: rgb(72,26,229); }

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

border-color css

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

 span { border-color: rgb(72,26,229); }

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