Html Css Color HEX #440DEA Han Purple

📋 copy color: '#440DEA'

red 68 ◦ green 13 ◦ blue 234

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

Shades of Han Purple #440DEA

Tints of Han Purple #440DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.29%

R = 21.59%
G = 4.13%
B = 74.29%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#440DEA (or 0x440DEA) is known color: Han Purple. HEX triplet: 44, 0D and EA. RGB value is (68,13,234). Sum of RGB (Red+Green+Blue) = 68+13+234=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #440DEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DEA is #BBF215. Grayscale: #353535. Windows color (decimal): -12317206 or 15338820. OLE color: 15338820.

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

Color convert

RGB 68 13 234 -
CMYK 0.71 0.94 0 0.08
HSL 254.93º 0.89% 0.48% -
HSV(B) 254.93º 0.94% 0.92% -
XYZ 17.38 7.46 78.37 -
YUV 54.64 229.22 137.53 -
System Red Green Blue C M Y K H S L
Decimal 68 13 234 0.71 0.94 0 0.08 254.93 0.89 0.48
Hex 44 D EA 47 5E 0 8 FF 59 30
Octal 104 15 352 107 136 0 10 377 131 60
Binary 1000100 1101 11101010 1000111 1011110 0 1000 11111111 1011001 110000

Color Harmonies of #440DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DEA

Black with #440DEA

Text Example


Text Example

White with #440DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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