Html Css Color HEX #4828DC Han Purple

📋 copy color: '#4828DC'

red 72 ◦ green 40 ◦ blue 220

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

Shades of Han Purple #4828DC

Tints of Han Purple #4828DC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

 BLUE value IS 220 (86.33% from 255) = 66.27%

R = 21.69%
G = 12.05%
B = 66.27%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4828DC (or 0x4828DC) is known color: Han Purple. HEX triplet: 48, 28 and DC. RGB value is (72,40,220). Sum of RGB (Red+Green+Blue) = 72+40+220=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #4828DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4828DC is #B7D723. Grayscale: #454545. Windows color (decimal): -12048164 or 14428232. OLE color: 14428232.

HSL color Cylindrical-coordinate representation of color #4828DC: hue angle of 250.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4828DC is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 40 220 -
CMYK 0.67 0.82 0 0.14
HSL 250.67º 0.72% 0.51% -
HSV(B) 250.67º 0.82% 0.86% -
XYZ 16.35 8.06 68.4 -
YUV 70.09 212.6 129.36 -
System Red Green Blue C M Y K H S L
Decimal 72 40 220 0.67 0.82 0 0.14 250.67 0.72 0.51
Hex 48 28 DC 43 52 0 E FB 48 33
Octal 110 50 334 103 122 0 16 373 110 63
Binary 1001000 101000 11011100 1000011 1010010 0 1110 11111011 1001000 110011

Color Harmonies of #4828DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4828DC

Black with #4828DC

Text Example


Text Example

White with #4828DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4828DC; }

 p { color: rgb(72,40,220); }

 H1.HeaderClassName
 {
   color: #4828DC;
 }
 .AnyTagClassName
 {
   color: #4828DC;
 }
</style>

background-color css

<style>
 a { background-color: #4828DC; }

 a { background-color: rgb(72,40,220); }

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

border-color css

<style>
 span { border-color: #4828DC; }

 span { border-color: rgb(72,40,220); }

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