Html Css Color HEX #4800FB Han Purple

📋 copy color: '#4800FB'

red 72 ◦ green 0 ◦ blue 251

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

Shades of Han Purple #4800FB

Tints of Han Purple #4800FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 77.71%

R = 22.29%
G = 0%
B = 77.71%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4800FB (or 0x4800FB) is known color: Han Purple. HEX triplet: 48, 00 and FB. RGB value is (72,0,251). Sum of RGB (Red+Green+Blue) = 72+0+251=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 251 (98.44% from 255 or 77.71% from 323); Max value from RGB is 251 - color contains mainly: blue. Hex color #4800FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4800FB is #B7FF04. Grayscale: #313131. Windows color (decimal): -12058373 or 16449608. OLE color: 16449608.

HSL color Cylindrical-coordinate representation of color #4800FB: hue angle of 257.21º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800FB is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 0 251 -
CMYK 0.71 1 0 0.02
HSL 257.21º 1% 0.49% -
HSV(B) 257.21º 1% 0.98% -
XYZ 20.09 8.34 91.82 -
YUV 50.14 241.35 143.59 -
System Red Green Blue C M Y K H S L
Decimal 72 0 251 0.71 1 0 0.02 257.21 1 0.49
Hex 48 0 FB 47 64 0 2 101 64 31
Octal 110 0 373 107 144 0 2 401 144 61
Binary 1001000 0 11111011 1000111 1100100 0 10 100000001 1100100 110001

Color Harmonies of #4800FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800FB

Black with #4800FB

Text Example


Text Example

White with #4800FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4800FB; }

 p { color: rgb(72,0,251); }

 H1.HeaderClassName
 {
   color: #4800FB;
 }
 .AnyTagClassName
 {
   color: #4800FB;
 }
</style>

background-color css

<style>
 a { background-color: #4800FB; }

 a { background-color: rgb(72,0,251); }

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

border-color css

<style>
 span { border-color: #4800FB; }

 span { border-color: rgb(72,0,251); }

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