Html Css Color HEX #4B0DDB Han Purple

📋 copy color: '#4B0DDB'

red 75 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #4B0DDB

Tints of Han Purple #4B0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

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

R = 24.43%
G = 4.23%
B = 71.34%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B0DDB (or 0x4B0DDB) is known color: Han Purple. HEX triplet: 4B, 0D and DB. RGB value is (75,13,219). Sum of RGB (Red+Green+Blue) = 75+13+219=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #4B0DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0DDB is #B4F224. Grayscale: #363636. Windows color (decimal): -11858469 or 14355787. OLE color: 14355787.

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

Color convert

RGB 75 13 219 -
CMYK 0.66 0.94 0 0.14
HSL 258.06º 0.89% 0.45% -
HSV(B) 258.06º 0.94% 0.86% -
XYZ 15.83 6.9 67.51 -
YUV 55.02 220.54 142.25 -
System Red Green Blue C M Y K H S L
Decimal 75 13 219 0.66 0.94 0 0.14 258.06 0.89 0.45
Hex 4B D DB 42 5E 0 E 102 59 2D
Octal 113 15 333 102 136 0 16 402 131 55
Binary 1001011 1101 11011011 1000010 1011110 0 1110 100000010 1011001 101101

Color Harmonies of #4B0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0DDB

Black with #4B0DDB

Text Example


Text Example

White with #4B0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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