Html Css Color HEX #4800EB Han Purple

📋 copy color: '#4800EB'

red 72 ◦ green 0 ◦ blue 235

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

Shades of Han Purple #4800EB

Tints of Han Purple #4800EB

RGB

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

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

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

R = 23.45%
G = 0%
B = 76.55%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4800EB (or 0x4800EB) is known color: Han Purple. HEX triplet: 48, 00 and EB. RGB value is (72,0,235). Sum of RGB (Red+Green+Blue) = 72+0+235=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #4800EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4800EB is #B7FF14. Grayscale: #2F2F2F. Windows color (decimal): -12058389 or 15401032. OLE color: 15401032.

HSL color Cylindrical-coordinate representation of color #4800EB: hue angle of 258.38º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800EB is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 0 235 -
CMYK 0.69 1 0 0.08
HSL 258.38º 1% 0.46% -
HSV(B) 258.38º 1% 0.92% -
XYZ 17.67 7.38 79.09 -
YUV 48.32 233.35 144.89 -
System Red Green Blue C M Y K H S L
Decimal 72 0 235 0.69 1 0 0.08 258.38 1 0.46
Hex 48 0 EB 45 64 0 8 102 64 2E
Octal 110 0 353 105 144 0 10 402 144 56
Binary 1001000 0 11101011 1000101 1100100 0 1000 100000010 1100100 101110

Color Harmonies of #4800EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800EB

Black with #4800EB

Text Example


Text Example

White with #4800EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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