Html Css Color HEX #440BDE Han Purple

📋 copy color: '#440BDE'

red 68 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #440BDE

Tints of Han Purple #440BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 222 (87.11% from 255) = 73.75%

R = 22.59%
G = 3.65%
B = 73.75%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#440BDE (or 0x440BDE) is known color: Han Purple. HEX triplet: 44, 0B and DE. RGB value is (68,11,222). Sum of RGB (Red+Green+Blue) = 68+11+222=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #440BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BDE is #BBF421. Grayscale: #333333. Windows color (decimal): -12317730 or 14551876. OLE color: 14551876.

HSL color Cylindrical-coordinate representation of color #440BDE: hue angle of 256.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440BDE is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 11 222 -
CMYK 0.69 0.95 0 0.13
HSL 256.21º 0.91% 0.46% -
HSV(B) 256.21º 0.95% 0.87% -
XYZ 15.69 6.74 69.58 -
YUV 52.1 223.88 139.34 -
System Red Green Blue C M Y K H S L
Decimal 68 11 222 0.69 0.95 0 0.13 256.21 0.91 0.46
Hex 44 B DE 45 5F 0 D 100 5B 2E
Octal 104 13 336 105 137 0 15 400 133 56
Binary 1000100 1011 11011110 1000101 1011111 0 1101 100000000 1011011 101110

Color Harmonies of #440BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440BDE

Black with #440BDE

Text Example


Text Example

White with #440BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,11,222); }

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

background-color css

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

 a { background-color: rgb(68,11,222); }

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

border-color css

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

 span { border-color: rgb(68,11,222); }

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