Html Css Color HEX #481EF2 Han Purple

📋 copy color: '#481EF2'

red 72 ◦ green 30 ◦ blue 242

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

Shades of Han Purple #481EF2

Tints of Han Purple #481EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 70.35%

R = 20.93%
G = 8.72%
B = 70.35%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#481EF2 (or 0x481EF2) is known color: Han Purple. HEX triplet: 48, 1E and F2. RGB value is (72,30,242). Sum of RGB (Red+Green+Blue) = 72+30+242=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 242 (94.92% from 255 or 70.35% from 344); Max value from RGB is 242 - color contains mainly: blue. Hex color #481EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EF2 is #B7E10D. Grayscale: #414141. Windows color (decimal): -12050702 or 15867464. OLE color: 15867464.

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

Color convert

RGB 72 30 242 -
CMYK 0.70 0.88 0 0.05
HSL 251.89º 0.89% 0.53% -
HSV(B) 251.89º 0.88% 0.95% -
XYZ 19.16 8.72 84.68 -
YUV 66.73 226.91 131.76 -
System Red Green Blue C M Y K H S L
Decimal 72 30 242 0.70 0.88 0 0.05 251.89 0.89 0.53
Hex 48 1E F2 46 58 0 5 FC 59 35
Octal 110 36 362 106 130 0 5 374 131 65
Binary 1001000 11110 11110010 1000110 1011000 0 101 11111100 1011001 110101

Color Harmonies of #481EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481EF2

Black with #481EF2

Text Example


Text Example

White with #481EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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