Html Css Color HEX #481EFE Han Purple

📋 copy color: '#481EFE'

red 72 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #481EFE

Tints of Han Purple #481EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.43%

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

R = 20.22%
G = 8.43%
B = 71.35%

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

#481EFE (or 0x481EFE) is known color: Han Purple. HEX triplet: 48, 1E and FE. RGB value is (72,30,254). Sum of RGB (Red+Green+Blue) = 72+30+254=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #481EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EFE is #B7E101. Grayscale: #434343. Windows color (decimal): -12050690 or 16653896. OLE color: 16653896.

HSL color Cylindrical-coordinate representation of color #481EFE: hue angle of 251.25º 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 #481EFE is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 30 254 -
CMYK 0.72 0.88 0 0.00
HSL 251.25º 0.99% 0.56% -
HSV(B) 251.25º 0.88% 1% -
XYZ 21.03 9.46 94.48 -
YUV 68.09 232.91 130.79 -
System Red Green Blue C M Y K H S L
Decimal 72 30 254 0.72 0.88 0 0.00 251.25 0.99 0.56
Hex 48 1E FE 48 58 0 0 FB 63 38
Octal 110 36 376 110 130 0 0 373 143 70
Binary 1001000 11110 11111110 1001000 1011000 0 0 11111011 1100011 111000

Color Harmonies of #481EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481EFE

Black with #481EFE

Text Example


Text Example

White with #481EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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