Html Css Color HEX #481FF3 Han Purple

📋 copy color: '#481FF3'

red 72 ◦ green 31 ◦ blue 243

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

Shades of Han Purple #481FF3

Tints of Han Purple #481FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 70.23%

R = 20.81%
G = 8.96%
B = 70.23%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#481FF3 (or 0x481FF3) is known color: Han Purple. HEX triplet: 48, 1F and F3. RGB value is (72,31,243). Sum of RGB (Red+Green+Blue) = 72+31+243=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 243 (95.31% from 255 or 70.23% from 346); Max value from RGB is 243 - color contains mainly: blue. Hex color #481FF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FF3 is #B7E00C. Grayscale: #424242. Windows color (decimal): -12050445 or 15933256. OLE color: 15933256.

HSL color Cylindrical-coordinate representation of color #481FF3: hue angle of 251.6º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481FF3 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 31 243 -
CMYK 0.70 0.87 0 0.05
HSL 251.6º 0.9% 0.54% -
HSV(B) 251.6º 0.87% 0.95% -
XYZ 19.34 8.83 85.48 -
YUV 67.43 227.08 131.26 -
System Red Green Blue C M Y K H S L
Decimal 72 31 243 0.70 0.87 0 0.05 251.6 0.9 0.54
Hex 48 1F F3 46 57 0 5 FC 5A 36
Octal 110 37 363 106 127 0 5 374 132 66
Binary 1001000 11111 11110011 1000110 1010111 0 101 11111100 1011010 110110

Color Harmonies of #481FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FF3

Black with #481FF3

Text Example


Text Example

White with #481FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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