Html Css Color HEX #440DEF Han Purple

📋 copy color: '#440DEF'

red 68 ◦ green 13 ◦ blue 239

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

Shades of Han Purple #440DEF

Tints of Han Purple #440DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.69%

R = 21.25%
G = 4.06%
B = 74.69%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#440DEF (or 0x440DEF) is known color: Han Purple. HEX triplet: 44, 0D and EF. RGB value is (68,13,239). Sum of RGB (Red+Green+Blue) = 68+13+239=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #440DEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #440DEF is #BBF210. Grayscale: #363636. Windows color (decimal): -12317201 or 15666500. OLE color: 15666500.

HSL color Cylindrical-coordinate representation of color #440DEF: hue angle of 254.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440DEF is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 13 239 -
CMYK 0.72 0.95 0 0.06
HSL 254.6º 0.9% 0.49% -
HSV(B) 254.6º 0.95% 0.94% -
XYZ 18.11 7.75 82.2 -
YUV 55.21 231.72 137.12 -
System Red Green Blue C M Y K H S L
Decimal 68 13 239 0.72 0.95 0 0.06 254.6 0.9 0.49
Hex 44 D EF 48 5F 0 6 FF 5A 31
Octal 104 15 357 110 137 0 6 377 132 61
Binary 1000100 1101 11101111 1001000 1011111 0 110 11111111 1011010 110001

Color Harmonies of #440DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440DEF

Black with #440DEF

Text Example


Text Example

White with #440DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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