Html Css Color HEX #481BFB Han Purple

📋 copy color: '#481BFB'

red 72 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #481BFB

Tints of Han Purple #481BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 20.57%
G = 7.71%
B = 71.71%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#481BFB (or 0x481BFB) is known color: Han Purple. HEX triplet: 48, 1B and FB. RGB value is (72,27,251). Sum of RGB (Red+Green+Blue) = 72+27+251=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #481BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BFB is #B7E404. Grayscale: #414141. Windows color (decimal): -12051461 or 16456520. OLE color: 16456520.

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

Color convert

RGB 72 27 251 -
CMYK 0.71 0.89 0 0.02
HSL 252.05º 0.97% 0.55% -
HSV(B) 252.05º 0.89% 0.98% -
XYZ 20.48 9.13 91.95 -
YUV 65.99 232.41 132.29 -
System Red Green Blue C M Y K H S L
Decimal 72 27 251 0.71 0.89 0 0.02 252.05 0.97 0.55
Hex 48 1B FB 47 59 0 2 FC 61 37
Octal 110 33 373 107 131 0 2 374 141 67
Binary 1001000 11011 11111011 1000111 1011001 0 10 11111100 1100001 110111

Color Harmonies of #481BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BFB

Black with #481BFB

Text Example


Text Example

White with #481BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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