Html Css Color HEX #4A04DC Han Purple

📋 copy color: '#4A04DC'

red 74 ◦ green 4 ◦ blue 220

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

Shades of Han Purple #4A04DC

Tints of Han Purple #4A04DC

RGB

 RED value IS 74 (29.3% from 255) = 24.83%

 GREEN value IS 4 (1.95% from 255) = 1.34%

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

R = 24.83%
G = 1.34%
B = 73.83%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A04DC (or 0x4A04DC) is known color: Han Purple. HEX triplet: 4A, 04 and DC. RGB value is (74,4,220). Sum of RGB (Red+Green+Blue) = 74+4+220=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A04DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A04DC is #B5FB23. Grayscale: #303030. Windows color (decimal): -11926308 or 14419018. OLE color: 14419018.

HSL color Cylindrical-coordinate representation of color #4A04DC: hue angle of 259.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A04DC is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 4 220 -
CMYK 0.66 0.98 0 0.14
HSL 259.44º 0.96% 0.44% -
HSV(B) 259.44º 0.98% 0.86% -
XYZ 15.79 6.71 68.17 -
YUV 49.55 224.19 145.44 -
System Red Green Blue C M Y K H S L
Decimal 74 4 220 0.66 0.98 0 0.14 259.44 0.96 0.44
Hex 4A 4 DC 42 62 0 E 103 60 2C
Octal 112 4 334 102 142 0 16 403 140 54
Binary 1001010 100 11011100 1000010 1100010 0 1110 100000011 1100000 101100

Color Harmonies of #4A04DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A04DC

Black with #4A04DC

Text Example


Text Example

White with #4A04DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,4,220); }

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

background-color css

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

 a { background-color: rgb(74,4,220); }

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

border-color css

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

 span { border-color: rgb(74,4,220); }

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