Html Css Color HEX #481AFC Han Purple

📋 copy color: '#481AFC'

red 72 ◦ green 26 ◦ blue 252

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

Shades of Han Purple #481AFC

Tints of Han Purple #481AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72%

R = 20.57%
G = 7.43%
B = 72%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#481AFC (or 0x481AFC) is known color: Han Purple. HEX triplet: 48, 1A and FC. RGB value is (72,26,252). Sum of RGB (Red+Green+Blue) = 72+26+252=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #481AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481AFC is #B7E503. Grayscale: #404040. Windows color (decimal): -12051716 or 16521800. OLE color: 16521800.

HSL color Cylindrical-coordinate representation of color #481AFC: hue angle of 252.21º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #481AFC is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 26 252 -
CMYK 0.71 0.90 0 0.01
HSL 252.21º 0.97% 0.55% -
HSV(B) 252.21º 0.9% 0.99% -
XYZ 20.61 9.14 92.77 -
YUV 65.52 233.24 132.62 -
System Red Green Blue C M Y K H S L
Decimal 72 26 252 0.71 0.90 0 0.01 252.21 0.97 0.55
Hex 48 1A FC 47 5A 0 1 FC 61 37
Octal 110 32 374 107 132 0 1 374 141 67
Binary 1001000 11010 11111100 1000111 1011010 0 1 11111100 1100001 110111

Color Harmonies of #481AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AFC

Black with #481AFC

Text Example


Text Example

White with #481AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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