Html Css Color HEX #481FFB Han Purple

📋 copy color: '#481FFB'

red 72 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #481FFB

Tints of Han Purple #481FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.76%

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

R = 20.34%
G = 8.76%
B = 70.9%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#481FFB (or 0x481FFB) is known color: Han Purple. HEX triplet: 48, 1F and FB. RGB value is (72,31,251). Sum of RGB (Red+Green+Blue) = 72+31+251=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #481FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FFB is #B7E004. Grayscale: #434343. Windows color (decimal): -12050437 or 16457544. OLE color: 16457544.

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

Color convert

RGB 72 31 251 -
CMYK 0.71 0.88 0 0.02
HSL 251.18º 0.96% 0.55% -
HSV(B) 251.18º 0.88% 0.98% -
XYZ 20.58 9.32 91.98 -
YUV 68.34 231.08 130.61 -
System Red Green Blue C M Y K H S L
Decimal 72 31 251 0.71 0.88 0 0.02 251.18 0.96 0.55
Hex 48 1F FB 47 58 0 2 FB 60 37
Octal 110 37 373 107 130 0 2 373 140 67
Binary 1001000 11111 11111011 1000111 1011000 0 10 11111011 1100000 110111

Color Harmonies of #481FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FFB

Black with #481FFB

Text Example


Text Example

White with #481FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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