Html Css Color HEX #4811FB Han Purple

📋 copy color: '#4811FB'

red 72 ◦ green 17 ◦ blue 251

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

Shades of Han Purple #4811FB

Tints of Han Purple #4811FB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5%

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

R = 21.18%
G = 5%
B = 73.82%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4811FB (or 0x4811FB) is known color: Han Purple. HEX triplet: 48, 11 and FB. RGB value is (72,17,251). Sum of RGB (Red+Green+Blue) = 72+17+251=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #4811FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4811FB is #B7EE04. Grayscale: #3B3B3B. Windows color (decimal): -12054021 or 16453960. OLE color: 16453960.

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

Color convert

RGB 72 17 251 -
CMYK 0.71 0.93 0 0.02
HSL 254.1º 0.97% 0.53% -
HSV(B) 254.1º 0.93% 0.98% -
XYZ 20.29 8.74 91.89 -
YUV 60.12 235.72 136.47 -
System Red Green Blue C M Y K H S L
Decimal 72 17 251 0.71 0.93 0 0.02 254.1 0.97 0.53
Hex 48 11 FB 47 5D 0 2 FE 61 35
Octal 110 21 373 107 135 0 2 376 141 65
Binary 1001000 10001 11111011 1000111 1011101 0 10 11111110 1100001 110101

Color Harmonies of #4811FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4811FB

Black with #4811FB

Text Example


Text Example

White with #4811FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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