Html Css Color HEX #4A05DB Han Purple

📋 copy color: '#4A05DB'

red 74 ◦ green 5 ◦ blue 219

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

Shades of Han Purple #4A05DB

Tints of Han Purple #4A05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

 BLUE value IS 219 (85.94% from 255) = 73.49%

R = 24.83%
G = 1.68%
B = 73.49%

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

#4A05DB (or 0x4A05DB) is known color: Han Purple. HEX triplet: 4A, 05 and DB. RGB value is (74,5,219). Sum of RGB (Red+Green+Blue) = 74+5+219=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A05DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A05DB is #B5FA24. Grayscale: #313131. Windows color (decimal): -11926053 or 14353738. OLE color: 14353738.

HSL color Cylindrical-coordinate representation of color #4A05DB: hue angle of 259.35º 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 #4A05DB is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 5 219 -
CMYK 0.66 0.98 0 0.14
HSL 259.35º 0.96% 0.44% -
HSV(B) 259.35º 0.98% 0.86% -
XYZ 15.66 6.68 67.48 -
YUV 50.03 223.36 145.1 -
System Red Green Blue C M Y K H S L
Decimal 74 5 219 0.66 0.98 0 0.14 259.35 0.96 0.44
Hex 4A 5 DB 42 62 0 E 103 60 2C
Octal 112 5 333 102 142 0 16 403 140 54
Binary 1001010 101 11011011 1000010 1100010 0 1110 100000011 1100000 101100

Color Harmonies of #4A05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A05DB

Black with #4A05DB

Text Example


Text Example

White with #4A05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,5,219); }

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

background-color css

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

 a { background-color: rgb(74,5,219); }

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

border-color css

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

 span { border-color: rgb(74,5,219); }

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