Html Css Color HEX #481FFE Han Purple

📋 copy color: '#481FFE'

red 72 ◦ green 31 ◦ blue 254

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

Shades of Han Purple #481FFE

Tints of Han Purple #481FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.15%

R = 20.17%
G = 8.68%
B = 71.15%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#481FFE (or 0x481FFE) is known color: Han Purple. HEX triplet: 48, 1F and FE. RGB value is (72,31,254). Sum of RGB (Red+Green+Blue) = 72+31+254=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #481FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FFE is #B7E001. Grayscale: #434343. Windows color (decimal): -12050434 or 16654152. OLE color: 16654152.

HSL color Cylindrical-coordinate representation of color #481FFE: hue angle of 251.03º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481FFE is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 31 254 -
CMYK 0.72 0.88 0 0.00
HSL 251.03º 0.99% 0.56% -
HSV(B) 251.03º 0.88% 1% -
XYZ 21.05 9.51 94.49 -
YUV 68.68 232.58 130.37 -
System Red Green Blue C M Y K H S L
Decimal 72 31 254 0.72 0.88 0 0.00 251.03 0.99 0.56
Hex 48 1F FE 48 58 0 0 FB 63 38
Octal 110 37 376 110 130 0 0 373 143 70
Binary 1001000 11111 11111110 1001000 1011000 0 0 11111011 1100011 111000

Color Harmonies of #481FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FFE

Black with #481FFE

Text Example


Text Example

White with #481FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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