Html Css Color HEX #481EFC Han Purple

📋 copy color: '#481EFC'

red 72 ◦ green 30 ◦ blue 252

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

Shades of Han Purple #481EFC

Tints of Han Purple #481EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.19%

R = 20.34%
G = 8.47%
B = 71.19%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#481EFC (or 0x481EFC) is known color: Han Purple. HEX triplet: 48, 1E and FC. RGB value is (72,30,252). Sum of RGB (Red+Green+Blue) = 72+30+252=354 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.34% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #481EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EFC is #B7E103. Grayscale: #434343. Windows color (decimal): -12050692 or 16522824. OLE color: 16522824.

HSL color Cylindrical-coordinate representation of color #481EFC: hue angle of 251.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481EFC is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 30 252 -
CMYK 0.71 0.88 0 0.01
HSL 251.35º 0.97% 0.55% -
HSV(B) 251.35º 0.88% 0.99% -
XYZ 20.71 9.33 92.81 -
YUV 67.87 231.91 130.95 -
System Red Green Blue C M Y K H S L
Decimal 72 30 252 0.71 0.88 0 0.01 251.35 0.97 0.55
Hex 48 1E FC 47 58 0 1 FB 61 37
Octal 110 36 374 107 130 0 1 373 141 67
Binary 1001000 11110 11111100 1000111 1011000 0 1 11111011 1100001 110111

Color Harmonies of #481EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481EFC

Black with #481EFC

Text Example


Text Example

White with #481EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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