Html Css Color HEX #4808FD Han Purple

📋 copy color: '#4808FD'

red 72 ◦ green 8 ◦ blue 253

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

Shades of Han Purple #4808FD

Tints of Han Purple #4808FD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 253 (99.22% from 255) = 75.98%

R = 21.62%
G = 2.4%
B = 75.98%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4808FD (or 0x4808FD) is known color: Han Purple. HEX triplet: 48, 08 and FD. RGB value is (72,8,253). Sum of RGB (Red+Green+Blue) = 72+8+253=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #4808FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4808FD is #B7F702. Grayscale: #363636. Windows color (decimal): -12056323 or 16582728. OLE color: 16582728.

HSL color Cylindrical-coordinate representation of color #4808FD: hue angle of 255.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4808FD is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 8 253 -
CMYK 0.72 0.97 0 0.01
HSL 255.67º 0.98% 0.51% -
HSV(B) 255.67º 0.97% 0.99% -
XYZ 20.49 8.64 93.52 -
YUV 55.07 239.7 140.08 -
System Red Green Blue C M Y K H S L
Decimal 72 8 253 0.72 0.97 0 0.01 255.67 0.98 0.51
Hex 48 8 FD 48 61 0 1 100 62 33
Octal 110 10 375 110 141 0 1 400 142 63
Binary 1001000 1000 11111101 1001000 1100001 0 1 100000000 1100010 110011

Color Harmonies of #4808FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4808FD

Black with #4808FD

Text Example


Text Example

White with #4808FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4808FD; }

 p { color: rgb(72,8,253); }

 H1.HeaderClassName
 {
   color: #4808FD;
 }
 .AnyTagClassName
 {
   color: #4808FD;
 }
</style>

background-color css

<style>
 a { background-color: #4808FD; }

 a { background-color: rgb(72,8,253); }

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

border-color css

<style>
 span { border-color: #4808FD; }

 span { border-color: rgb(72,8,253); }

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