Html Css Color HEX #4801ED Han Purple

📋 copy color: '#4801ED'

red 72 ◦ green 1 ◦ blue 237

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

Shades of Han Purple #4801ED

Tints of Han Purple #4801ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 237 (92.97% from 255) = 76.45%

R = 23.23%
G = 0.32%
B = 76.45%

CMYK

 C value IS 0.70

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4801ED (or 0x4801ED) is known color: Han Purple. HEX triplet: 48, 01 and ED. RGB value is (72,1,237). Sum of RGB (Red+Green+Blue) = 72+1+237=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 237 (92.97% from 255 or 76.45% from 310); Max value from RGB is 237 - color contains mainly: blue. Hex color #4801ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4801ED is #B7FE12. Grayscale: #303030. Windows color (decimal): -12058131 or 15532360. OLE color: 15532360.

HSL color Cylindrical-coordinate representation of color #4801ED: hue angle of 258.05º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4801ED is Cyan = 0.70, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 1 237 -
CMYK 0.70 1.00 0 0.07
HSL 258.05º 0.99% 0.47% -
HSV(B) 258.05º 1% 0.93% -
XYZ 17.97 7.51 80.62 -
YUV 49.13 234.02 144.31 -
System Red Green Blue C M Y K H S L
Decimal 72 1 237 0.70 1.00 0 0.07 258.05 0.99 0.47
Hex 48 1 ED 46 64 0 7 102 63 2F
Octal 110 1 355 106 144 0 7 402 143 57
Binary 1001000 1 11101101 1000110 1100100 0 111 100000010 1100011 101111

Color Harmonies of #4801ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4801ED

Black with #4801ED

Text Example


Text Example

White with #4801ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4801ED; }

 p { color: rgb(72,1,237); }

 H1.HeaderClassName
 {
   color: #4801ED;
 }
 .AnyTagClassName
 {
   color: #4801ED;
 }
</style>

background-color css

<style>
 a { background-color: #4801ED; }

 a { background-color: rgb(72,1,237); }

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

border-color css

<style>
 span { border-color: #4801ED; }

 span { border-color: rgb(72,1,237); }

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