Html Css Color HEX #4800CE Han Purple

📋 copy color: '#4800CE'

red 72 ◦ green 0 ◦ blue 206

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

Shades of Han Purple #4800CE

Tints of Han Purple #4800CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.1%

R = 25.9%
G = 0%
B = 74.1%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4800CE (or 0x4800CE) is known color: Han Purple. HEX triplet: 48, 00 and CE. RGB value is (72,0,206). Sum of RGB (Red+Green+Blue) = 72+0+206=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #4800CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800CE is #B7FF31. Grayscale: #2C2C2C. Windows color (decimal): -12058418 or 13500488. OLE color: 13500488.

HSL color Cylindrical-coordinate representation of color #4800CE: hue angle of 260.97º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800CE is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 0 206 -
CMYK 0.65 1 0 0.19
HSL 260.97º 1% 0.4% -
HSV(B) 260.97º 1% 0.81% -
XYZ 13.81 5.83 58.79 -
YUV 45.01 218.85 147.25 -
System Red Green Blue C M Y K H S L
Decimal 72 0 206 0.65 1 0 0.19 260.97 1 0.4
Hex 48 0 CE 41 64 0 13 105 64 28
Octal 110 0 316 101 144 0 23 405 144 50
Binary 1001000 0 11001110 1000001 1100100 0 10011 100000101 1100100 101000

Color Harmonies of #4800CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800CE

Black with #4800CE

Text Example


Text Example

White with #4800CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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