Html Css Color HEX #4B21DB Han Purple

📋 copy color: '#4B21DB'

red 75 ◦ green 33 ◦ blue 219

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

Shades of Han Purple #4B21DB

Tints of Han Purple #4B21DB

RGB

 RED value IS 75 (29.69% from 255) = 22.94%

 GREEN value IS 33 (13.28% from 255) = 10.09%

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

R = 22.94%
G = 10.09%
B = 66.97%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B21DB (or 0x4B21DB) is known color: Han Purple. HEX triplet: 4B, 21 and DB. RGB value is (75,33,219). Sum of RGB (Red+Green+Blue) = 75+33+219=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B21DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B21DB is #B4DE24. Grayscale: #424242. Windows color (decimal): -11853349 or 14360907. OLE color: 14360907.

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

Color convert

RGB 75 33 219 -
CMYK 0.66 0.85 0 0.14
HSL 253.55º 0.74% 0.49% -
HSV(B) 253.55º 0.85% 0.86% -
XYZ 16.23 7.7 67.65 -
YUV 66.76 213.91 133.88 -
System Red Green Blue C M Y K H S L
Decimal 75 33 219 0.66 0.85 0 0.14 253.55 0.74 0.49
Hex 4B 21 DB 42 55 0 E FE 4A 31
Octal 113 41 333 102 125 0 16 376 112 61
Binary 1001011 100001 11011011 1000010 1010101 0 1110 11111110 1001010 110001

Color Harmonies of #4B21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B21DB

Black with #4B21DB

Text Example


Text Example

White with #4B21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,33,219); }

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

background-color css

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

 a { background-color: rgb(75,33,219); }

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

border-color css

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

 span { border-color: rgb(75,33,219); }

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