Html Css Color HEX #481BF0 Han Purple

📋 copy color: '#481BF0'

red 72 ◦ green 27 ◦ blue 240

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

Shades of Han Purple #481BF0

Tints of Han Purple #481BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 70.8%

R = 21.24%
G = 7.96%
B = 70.8%

CMYK

 C value IS 0.7

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#481BF0 (or 0x481BF0) is known color: Han Purple. HEX triplet: 48, 1B and F0. RGB value is (72,27,240). Sum of RGB (Red+Green+Blue) = 72+27+240=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #481BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BF0 is #B7E40F. Grayscale: #3F3F3F. Windows color (decimal): -12051472 or 15735624. OLE color: 15735624.

HSL color Cylindrical-coordinate representation of color #481BF0: hue angle of 252.68º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481BF0 is Cyan = 0.7, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 27 240 -
CMYK 0.7 0.89 0 0.06
HSL 252.68º 0.88% 0.52% -
HSV(B) 252.68º 0.89% 0.94% -
XYZ 18.79 8.45 83.08 -
YUV 64.74 226.91 133.18 -
System Red Green Blue C M Y K H S L
Decimal 72 27 240 0.7 0.89 0 0.06 252.68 0.88 0.52
Hex 48 1B F0 46 59 0 6 FD 58 34
Octal 110 33 360 106 131 0 6 375 130 64
Binary 1001000 11011 11110000 1000110 1011001 0 110 11111101 1011000 110100

Color Harmonies of #481BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BF0

Black with #481BF0

Text Example


Text Example

White with #481BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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