Html Css Color HEX #4A2BDA Han Purple

📋 copy color: '#4A2BDA'

red 74 ◦ green 43 ◦ blue 218

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

Shades of Han Purple #4A2BDA

Tints of Han Purple #4A2BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.84%

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 22.09%
G = 12.84%
B = 65.07%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A2BDA (or 0x4A2BDA) is known color: Han Purple. HEX triplet: 4A, 2B and DA. RGB value is (74,43,218). Sum of RGB (Red+Green+Blue) = 74+43+218=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A2BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2BDA is #B5D425. Grayscale: #474747. Windows color (decimal): -11916326 or 14297930. OLE color: 14297930.

HSL color Cylindrical-coordinate representation of color #4A2BDA: hue angle of 250.63º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A2BDA is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 43 218 -
CMYK 0.66 0.80 0 0.15
HSL 250.63º 0.7% 0.51% -
HSV(B) 250.63º 0.8% 0.85% -
XYZ 16.34 8.25 67.06 -
YUV 72.22 210.27 129.27 -
System Red Green Blue C M Y K H S L
Decimal 74 43 218 0.66 0.80 0 0.15 250.63 0.7 0.51
Hex 4A 2B DA 42 50 0 F FB 46 33
Octal 112 53 332 102 120 0 17 373 106 63
Binary 1001010 101011 11011010 1000010 1010000 0 1111 11111011 1000110 110011

Color Harmonies of #4A2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2BDA

Black with #4A2BDA

Text Example


Text Example

White with #4A2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,43,218); }

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

background-color css

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

 a { background-color: rgb(74,43,218); }

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

border-color css

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

 span { border-color: rgb(74,43,218); }

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