Html Css Color HEX #4826FA Han Purple

📋 copy color: '#4826FA'

red 72 ◦ green 38 ◦ blue 250

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

Shades of Han Purple #4826FA

Tints of Han Purple #4826FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.56%

 BLUE value IS 250 (98.05% from 255) = 69.44%

R = 20%
G = 10.56%
B = 69.44%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4826FA (or 0x4826FA) is known color: Han Purple. HEX triplet: 48, 26 and FA. RGB value is (72,38,250). Sum of RGB (Red+Green+Blue) = 72+38+250=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #4826FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4826FA is #B7D905. Grayscale: #474747. Windows color (decimal): -12048646 or 16393800. OLE color: 16393800.

HSL color Cylindrical-coordinate representation of color #4826FA: hue angle of 249.62º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4826FA is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 38 250 -
CMYK 0.71 0.85 0 0.02
HSL 249.62º 0.95% 0.56% -
HSV(B) 249.62º 0.85% 0.98% -
XYZ 20.62 9.67 91.22 -
YUV 72.33 228.26 127.76 -
System Red Green Blue C M Y K H S L
Decimal 72 38 250 0.71 0.85 0 0.02 249.62 0.95 0.56
Hex 48 26 FA 47 55 0 2 FA 5F 38
Octal 110 46 372 107 125 0 2 372 137 70
Binary 1001000 100110 11111010 1000111 1010101 0 10 11111010 1011111 111000

Color Harmonies of #4826FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4826FA

Black with #4826FA

Text Example


Text Example

White with #4826FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4826FA; }

 p { color: rgb(72,38,250); }

 H1.HeaderClassName
 {
   color: #4826FA;
 }
 .AnyTagClassName
 {
   color: #4826FA;
 }
</style>

background-color css

<style>
 a { background-color: #4826FA; }

 a { background-color: rgb(72,38,250); }

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

border-color css

<style>
 span { border-color: #4826FA; }

 span { border-color: rgb(72,38,250); }

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