Html Css Color HEX #4426DC Han Purple

📋 copy color: '#4426DC'

red 68 ◦ green 38 ◦ blue 220

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

Shades of Han Purple #4426DC

Tints of Han Purple #4426DC

RGB

 RED value IS 68 (26.95% from 255) = 20.86%

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

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 20.86%
G = 11.66%
B = 67.48%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4426DC (or 0x4426DC) is known color: Han Purple. HEX triplet: 44, 26 and DC. RGB value is (68,38,220). Sum of RGB (Red+Green+Blue) = 68+38+220=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #4426DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4426DC is #BBD923. Grayscale: #434343. Windows color (decimal): -12310820 or 14427716. OLE color: 14427716.

HSL color Cylindrical-coordinate representation of color #4426DC: hue angle of 249.89º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4426DC is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 38 220 -
CMYK 0.69 0.83 0 0.14
HSL 249.89º 0.72% 0.51% -
HSV(B) 249.89º 0.83% 0.86% -
XYZ 16 7.78 68.37 -
YUV 67.72 213.94 128.2 -
System Red Green Blue C M Y K H S L
Decimal 68 38 220 0.69 0.83 0 0.14 249.89 0.72 0.51
Hex 44 26 DC 45 53 0 E FA 48 33
Octal 104 46 334 105 123 0 16 372 110 63
Binary 1000100 100110 11011100 1000101 1010011 0 1110 11111010 1001000 110011

Color Harmonies of #4426DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4426DC

Black with #4426DC

Text Example


Text Example

White with #4426DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4426DC; }

 p { color: rgb(68,38,220); }

 H1.HeaderClassName
 {
   color: #4426DC;
 }
 .AnyTagClassName
 {
   color: #4426DC;
 }
</style>

background-color css

<style>
 a { background-color: #4426DC; }

 a { background-color: rgb(68,38,220); }

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

border-color css

<style>
 span { border-color: #4426DC; }

 span { border-color: rgb(68,38,220); }

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