Html Css Color HEX #481AFF Han Purple

📋 copy color: '#481AFF'

red 72 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #481AFF

Tints of Han Purple #481AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.24%

R = 20.4%
G = 7.37%
B = 72.24%

CMYK

 C value IS 0.72

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#481AFF (or 0x481AFF) is known color: Han Purple. HEX triplet: 48, 1A and FF. RGB value is (72,26,255). Sum of RGB (Red+Green+Blue) = 72+26+255=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #481AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481AFF is #B7E500. Grayscale: #404040. Windows color (decimal): -12051713 or 16718408. OLE color: 16718408.

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

Color convert

RGB 72 26 255 -
CMYK 0.72 0.90 0 0
HSL 252.05º 1% 0.55% -
HSV(B) 252.05º 0.9% 1% -
XYZ 21.09 9.34 95.3 -
YUV 65.86 234.74 132.38 -
System Red Green Blue C M Y K H S L
Decimal 72 26 255 0.72 0.90 0 0 252.05 1 0.55
Hex 48 1A FF 48 5A 0 0 FC 64 37
Octal 110 32 377 110 132 0 0 374 144 67
Binary 1001000 11010 11111111 1001000 1011010 0 0 11111100 1100100 110111

Color Harmonies of #481AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AFF

Black with #481AFF

Text Example


Text Example

White with #481AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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