Html Css Color HEX #481AF6 Han Purple

📋 copy color: '#481AF6'

red 72 ◦ green 26 ◦ blue 246

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

Shades of Han Purple #481AF6

Tints of Han Purple #481AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 71.51%

R = 20.93%
G = 7.56%
B = 71.51%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#481AF6 (or 0x481AF6) is known color: Han Purple. HEX triplet: 48, 1A and F6. RGB value is (72,26,246). Sum of RGB (Red+Green+Blue) = 72+26+246=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 246 (96.48% from 255 or 71.51% from 344); Max value from RGB is 246 - color contains mainly: blue. Hex color #481AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481AF6 is #B7E509. Grayscale: #404040. Windows color (decimal): -12051722 or 16128584. OLE color: 16128584.

HSL color Cylindrical-coordinate representation of color #481AF6: hue angle of 252.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481AF6 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 26 246 -
CMYK 0.71 0.89 0 0.04
HSL 252.55º 0.92% 0.53% -
HSV(B) 252.55º 0.89% 0.96% -
XYZ 19.68 8.77 87.84 -
YUV 64.83 230.24 133.11 -
System Red Green Blue C M Y K H S L
Decimal 72 26 246 0.71 0.89 0 0.04 252.55 0.92 0.53
Hex 48 1A F6 47 59 0 4 FD 5C 35
Octal 110 32 366 107 131 0 4 375 134 65
Binary 1001000 11010 11110110 1000111 1011001 0 100 11111101 1011100 110101

Color Harmonies of #481AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AF6

Black with #481AF6

Text Example


Text Example

White with #481AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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