Html Css Color HEX #4D08EB Han Purple

📋 copy color: '#4D08EB'

red 77 ◦ green 8 ◦ blue 235

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

Shades of Han Purple #4D08EB

Tints of Han Purple #4D08EB

RGB

 RED value IS 77 (30.47% from 255) = 24.06%

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

 BLUE value IS 235 (92.19% from 255) = 73.44%

R = 24.06%
G = 2.5%
B = 73.44%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D08EB (or 0x4D08EB) is known color: Han Purple. HEX triplet: 4D, 08 and EB. RGB value is (77,8,235). Sum of RGB (Red+Green+Blue) = 77+8+235=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D08EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D08EB is #B2F714. Grayscale: #353535. Windows color (decimal): -11728661 or 15403085. OLE color: 15403085.

HSL color Cylindrical-coordinate representation of color #4D08EB: hue angle of 258.24º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D08EB is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 8 235 -
CMYK 0.67 0.97 0 0.08
HSL 258.24º 0.93% 0.48% -
HSV(B) 258.24º 0.97% 0.92% -
XYZ 18.14 7.75 79.14 -
YUV 54.51 229.86 144.04 -
System Red Green Blue C M Y K H S L
Decimal 77 8 235 0.67 0.97 0 0.08 258.24 0.93 0.48
Hex 4D 8 EB 43 61 0 8 102 5D 30
Octal 115 10 353 103 141 0 10 402 135 60
Binary 1001101 1000 11101011 1000011 1100001 0 1000 100000010 1011101 110000

Color Harmonies of #4D08EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D08EB

Black with #4D08EB

Text Example


Text Example

White with #4D08EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D08EB; }

 p { color: rgb(77,8,235); }

 H1.HeaderClassName
 {
   color: #4D08EB;
 }
 .AnyTagClassName
 {
   color: #4D08EB;
 }
</style>

background-color css

<style>
 a { background-color: #4D08EB; }

 a { background-color: rgb(77,8,235); }

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

border-color css

<style>
 span { border-color: #4D08EB; }

 span { border-color: rgb(77,8,235); }

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