Html Css Color HEX #4B2BDB Han Purple

📋 copy color: '#4B2BDB'

red 75 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #4B2BDB

Tints of Han Purple #4B2BDB

RGB

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

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

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

R = 22.26%
G = 12.76%
B = 64.99%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B2BDB (or 0x4B2BDB) is known color: Han Purple. HEX triplet: 4B, 2B and DB. RGB value is (75,43,219). Sum of RGB (Red+Green+Blue) = 75+43+219=337 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.26% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B2BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2BDB is #B4D424. Grayscale: #474747. Windows color (decimal): -11850789 or 14363467. OLE color: 14363467.

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

Color convert

RGB 75 43 219 -
CMYK 0.66 0.80 0 0.14
HSL 250.91º 0.71% 0.51% -
HSV(B) 250.91º 0.8% 0.86% -
XYZ 16.55 8.34 67.75 -
YUV 72.63 210.6 129.69 -
System Red Green Blue C M Y K H S L
Decimal 75 43 219 0.66 0.80 0 0.14 250.91 0.71 0.51
Hex 4B 2B DB 42 50 0 E FB 47 33
Octal 113 53 333 102 120 0 16 373 107 63
Binary 1001011 101011 11011011 1000010 1010000 0 1110 11111011 1000111 110011

Color Harmonies of #4B2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2BDB

Black with #4B2BDB

Text Example


Text Example

White with #4B2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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