Html Css Color HEX #4D03DD Han Purple

📋 copy color: '#4D03DD'

red 77 ◦ green 3 ◦ blue 221

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

Shades of Han Purple #4D03DD

Tints of Han Purple #4D03DD

RGB

 RED value IS 77 (30.47% from 255) = 25.58%

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 25.58%
G = 1%
B = 73.42%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D03DD (or 0x4D03DD) is known color: Han Purple. HEX triplet: 4D, 03 and DD. RGB value is (77,3,221). Sum of RGB (Red+Green+Blue) = 77+3+221=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D03DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D03DD is #B2FC22. Grayscale: #313131. Windows color (decimal): -11729955 or 14484301. OLE color: 14484301.

HSL color Cylindrical-coordinate representation of color #4D03DD: hue angle of 260.37º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D03DD is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 3 221 -
CMYK 0.65 0.99 0 0.13
HSL 260.37º 0.97% 0.44% -
HSV(B) 260.37º 0.99% 0.87% -
XYZ 16.14 6.86 68.88 -
YUV 49.98 224.52 147.27 -
System Red Green Blue C M Y K H S L
Decimal 77 3 221 0.65 0.99 0 0.13 260.37 0.97 0.44
Hex 4D 3 DD 41 63 0 D 104 61 2C
Octal 115 3 335 101 143 0 15 404 141 54
Binary 1001101 11 11011101 1000001 1100011 0 1101 100000100 1100001 101100

Color Harmonies of #4D03DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D03DD

Black with #4D03DD

Text Example


Text Example

White with #4D03DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,3,221); }

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

background-color css

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

 a { background-color: rgb(77,3,221); }

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

border-color css

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

 span { border-color: rgb(77,3,221); }

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