Html Css Color HEX #440DE6 Han Purple

📋 copy color: '#440DE6'

red 68 ◦ green 13 ◦ blue 230

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

Shades of Han Purple #440DE6

Tints of Han Purple #440DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 73.95%

R = 21.86%
G = 4.18%
B = 73.95%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#440DE6 (or 0x440DE6) is known color: Han Purple. HEX triplet: 44, 0D and E6. RGB value is (68,13,230). Sum of RGB (Red+Green+Blue) = 68+13+230=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 230 (90.23% from 255 or 73.95% from 311); Max value from RGB is 230 - color contains mainly: blue. Hex color #440DE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DE6 is #BBF219. Grayscale: #353535. Windows color (decimal): -12317210 or 15076676. OLE color: 15076676.

HSL color Cylindrical-coordinate representation of color #440DE6: hue angle of 255.21º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440DE6 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 68 13 230 -
CMYK 0.70 0.94 0 0.10
HSL 255.21º 0.89% 0.48% -
HSV(B) 255.21º 0.94% 0.9% -
XYZ 16.81 7.23 75.37 -
YUV 54.18 227.22 137.86 -
System Red Green Blue C M Y K H S L
Decimal 68 13 230 0.70 0.94 0 0.10 255.21 0.89 0.48
Hex 44 D E6 46 5E 0 A FF 59 30
Octal 104 15 346 106 136 0 12 377 131 60
Binary 1000100 1101 11100110 1000110 1011110 0 1010 11111111 1011001 110000

Color Harmonies of #440DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DE6

Black with #440DE6

Text Example


Text Example

White with #440DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440DE6; }

 p { color: rgb(68,13,230); }

 H1.HeaderClassName
 {
   color: #440DE6;
 }
 .AnyTagClassName
 {
   color: #440DE6;
 }
</style>

background-color css

<style>
 a { background-color: #440DE6; }

 a { background-color: rgb(68,13,230); }

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

border-color css

<style>
 span { border-color: #440DE6; }

 span { border-color: rgb(68,13,230); }

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