Html Css Color HEX #4800CC Han Purple

📋 copy color: '#4800CC'

red 72 ◦ green 0 ◦ blue 204

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

Shades of Han Purple #4800CC

Tints of Han Purple #4800CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 73.91%

R = 26.09%
G = 0%
B = 73.91%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4800CC (or 0x4800CC) is known color: Han Purple. HEX triplet: 48, 00 and CC. RGB value is (72,0,204). Sum of RGB (Red+Green+Blue) = 72+0+204=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #4800CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800CC is #B7FF33. Grayscale: #2C2C2C. Windows color (decimal): -12058420 or 13369416. OLE color: 13369416.

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

Color convert

RGB 72 0 204 -
CMYK 0.65 1 0 0.2
HSL 261.18º 1% 0.4% -
HSV(B) 261.18º 1% 0.8% -
XYZ 13.57 5.74 57.52 -
YUV 44.78 217.85 147.41 -
System Red Green Blue C M Y K H S L
Decimal 72 0 204 0.65 1 0 0.2 261.18 1 0.4
Hex 48 0 CC 41 64 0 14 105 64 28
Octal 110 0 314 101 144 0 24 405 144 50
Binary 1001000 0 11001100 1000001 1100100 0 10100 100000101 1100100 101000

Color Harmonies of #4800CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800CC

Black with #4800CC

Text Example


Text Example

White with #4800CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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