Html Css Color HEX #4B0DDD Han Purple

📋 copy color: '#4B0DDD'

red 75 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #4B0DDD

Tints of Han Purple #4B0DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.52%

R = 24.27%
G = 4.21%
B = 71.52%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B0DDD (or 0x4B0DDD) is known color: Han Purple. HEX triplet: 4B, 0D and DD. RGB value is (75,13,221). Sum of RGB (Red+Green+Blue) = 75+13+221=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B0DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0DDD is #B4F222. Grayscale: #363636. Windows color (decimal): -11858467 or 14486859. OLE color: 14486859.

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

Color convert

RGB 75 13 221 -
CMYK 0.66 0.94 0 0.13
HSL 257.88º 0.89% 0.46% -
HSV(B) 257.88º 0.94% 0.87% -
XYZ 16.1 7 68.91 -
YUV 55.25 221.54 142.09 -
System Red Green Blue C M Y K H S L
Decimal 75 13 221 0.66 0.94 0 0.13 257.88 0.89 0.46
Hex 4B D DD 42 5E 0 D 102 59 2E
Octal 113 15 335 102 136 0 15 402 131 56
Binary 1001011 1101 11011101 1000010 1011110 0 1101 100000010 1011001 101110

Color Harmonies of #4B0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0DDD

Black with #4B0DDD

Text Example


Text Example

White with #4B0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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