Html Css Color HEX #481BFF Han Purple

📋 copy color: '#481BFF'

red 72 ◦ green 27 ◦ blue 255

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

Shades of Han Purple #481BFF

Tints of Han Purple #481BFF

RGB

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

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

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

R = 20.34%
G = 7.63%
B = 72.03%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#481BFF (or 0x481BFF) is known color: Han Purple. HEX triplet: 48, 1B and FF. RGB value is (72,27,255). Sum of RGB (Red+Green+Blue) = 72+27+255=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #481BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BFF is #B7E400. Grayscale: #414141. Windows color (decimal): -12051457 or 16718664. OLE color: 16718664.

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

Color convert

RGB 72 27 255 -
CMYK 0.72 0.89 0 0
HSL 251.84º 1% 0.55% -
HSV(B) 251.84º 0.89% 1% -
XYZ 21.11 9.38 95.31 -
YUV 66.45 234.41 131.96 -
System Red Green Blue C M Y K H S L
Decimal 72 27 255 0.72 0.89 0 0 251.84 1 0.55
Hex 48 1B FF 48 59 0 0 FC 64 37
Octal 110 33 377 110 131 0 0 374 144 67
Binary 1001000 11011 11111111 1001000 1011001 0 0 11111100 1100100 110111

Color Harmonies of #481BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BFF

Black with #481BFF

Text Example


Text Example

White with #481BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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