Html Css Color HEX #481FF5 Han Purple

📋 copy color: '#481FF5'

red 72 ◦ green 31 ◦ blue 245

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

Shades of Han Purple #481FF5

Tints of Han Purple #481FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 70.4%

R = 20.69%
G = 8.91%
B = 70.4%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#481FF5 (or 0x481FF5) is known color: Han Purple. HEX triplet: 48, 1F and F5. RGB value is (72,31,245). Sum of RGB (Red+Green+Blue) = 72+31+245=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 245 (96.09% from 255 or 70.40% from 348); Max value from RGB is 245 - color contains mainly: blue. Hex color #481FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FF5 is #B7E00A. Grayscale: #424242. Windows color (decimal): -12050443 or 16064328. OLE color: 16064328.

HSL color Cylindrical-coordinate representation of color #481FF5: hue angle of 251.5º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481FF5 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 31 245 -
CMYK 0.71 0.87 0 0.04
HSL 251.5º 0.91% 0.54% -
HSV(B) 251.5º 0.87% 0.96% -
XYZ 19.64 8.95 87.08 -
YUV 67.66 228.08 131.1 -
System Red Green Blue C M Y K H S L
Decimal 72 31 245 0.71 0.87 0 0.04 251.5 0.91 0.54
Hex 48 1F F5 47 57 0 4 FB 5B 36
Octal 110 37 365 107 127 0 4 373 133 66
Binary 1001000 11111 11110101 1000111 1010111 0 100 11111011 1011011 110110

Color Harmonies of #481FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FF5

Black with #481FF5

Text Example


Text Example

White with #481FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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