Html Css Color HEX #4D26DD Han Purple

📋 copy color: '#4D26DD'

red 77 ◦ green 38 ◦ blue 221

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

Shades of Han Purple #4D26DD

Tints of Han Purple #4D26DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.31%

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

R = 22.92%
G = 11.31%
B = 65.77%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D26DD (or 0x4D26DD) is known color: Han Purple. HEX triplet: 4D, 26 and DD. RGB value is (77,38,221). Sum of RGB (Red+Green+Blue) = 77+38+221=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D26DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D26DD is #B2D922. Grayscale: #454545. Windows color (decimal): -11720995 or 14493261. OLE color: 14493261.

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

Color convert

RGB 77 38 221 -
CMYK 0.65 0.83 0 0.13
HSL 252.79º 0.73% 0.51% -
HSV(B) 252.79º 0.83% 0.87% -
XYZ 16.8 8.18 69.1 -
YUV 70.52 212.92 132.62 -
System Red Green Blue C M Y K H S L
Decimal 77 38 221 0.65 0.83 0 0.13 252.79 0.73 0.51
Hex 4D 26 DD 41 53 0 D FD 49 33
Octal 115 46 335 101 123 0 15 375 111 63
Binary 1001101 100110 11011101 1000001 1010011 0 1101 11111101 1001001 110011

Color Harmonies of #4D26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D26DD

Black with #4D26DD

Text Example


Text Example

White with #4D26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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