Html Css Color HEX #4B2DDB Han Purple

📋 copy color: '#4B2DDB'

red 75 ◦ green 45 ◦ blue 219

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

Shades of Han Purple #4B2DDB

Tints of Han Purple #4B2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

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

R = 22.12%
G = 13.27%
B = 64.6%

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

#4B2DDB (or 0x4B2DDB) is known color: Han Purple. HEX triplet: 4B, 2D and DB. RGB value is (75,45,219). Sum of RGB (Red+Green+Blue) = 75+45+219=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B2DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2DDB is #B4D224. Grayscale: #494949. Windows color (decimal): -11850277 or 14363979. OLE color: 14363979.

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

Color convert

RGB 75 45 219 -
CMYK 0.66 0.79 0 0.14
HSL 250.34º 0.71% 0.52% -
HSV(B) 250.34º 0.79% 0.86% -
XYZ 16.63 8.49 67.78 -
YUV 73.81 209.94 128.85 -
System Red Green Blue C M Y K H S L
Decimal 75 45 219 0.66 0.79 0 0.14 250.34 0.71 0.52
Hex 4B 2D DB 42 4F 0 E FA 47 34
Octal 113 55 333 102 117 0 16 372 107 64
Binary 1001011 101101 11011011 1000010 1001111 0 1110 11111010 1000111 110100

Color Harmonies of #4B2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2DDB

Black with #4B2DDB

Text Example


Text Example

White with #4B2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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