Html Css Color HEX #4A2FDB Han Purple

📋 copy color: '#4A2FDB'

red 74 ◦ green 47 ◦ blue 219

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

Shades of Han Purple #4A2FDB

Tints of Han Purple #4A2FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.82%

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

R = 21.76%
G = 13.82%
B = 64.41%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A2FDB (or 0x4A2FDB) is known color: Han Purple. HEX triplet: 4A, 2F and DB. RGB value is (74,47,219). Sum of RGB (Red+Green+Blue) = 74+47+219=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A2FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2FDB is #B5D024. Grayscale: #4A4A4A. Windows color (decimal): -11915301 or 14364490. OLE color: 14364490.

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

Color convert

RGB 74 47 219 -
CMYK 0.66 0.79 0 0.14
HSL 249.42º 0.7% 0.52% -
HSV(B) 249.42º 0.79% 0.86% -
XYZ 16.63 8.6 67.8 -
YUV 74.68 209.45 127.51 -
System Red Green Blue C M Y K H S L
Decimal 74 47 219 0.66 0.79 0 0.14 249.42 0.7 0.52
Hex 4A 2F DB 42 4F 0 E F9 46 34
Octal 112 57 333 102 117 0 16 371 106 64
Binary 1001010 101111 11011011 1000010 1001111 0 1110 11111001 1000110 110100

Color Harmonies of #4A2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2FDB

Black with #4A2FDB

Text Example


Text Example

White with #4A2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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