Html Css Color HEX #440E88 Indigo

📋 copy color: '#440E88'

red 68 ◦ green 14 ◦ blue 136

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

Shades of Indigo #440E88

Tints of Indigo #440E88

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.42%

 BLUE value IS 136 (53.52% from 255) = 62.39%

R = 31.19%
G = 6.42%
B = 62.39%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#440E88 (or 0x440E88) is known color: Indigo. HEX triplet: 44, 0E and 88. RGB value is (68,14,136). Sum of RGB (Red+Green+Blue) = 68+14+136=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #440E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440E88 is #BBF177. Grayscale: #2B2B2B. Windows color (decimal): -12317048 or 8916548. OLE color: 8916548.

HSL color Cylindrical-coordinate representation of color #440E88: hue angle of 266.56º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #440E88 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 14 136 -
CMYK 0.50 0.90 0 0.47
HSL 266.56º 0.81% 0.29% -
HSV(B) 266.56º 0.9% 0.53% -
XYZ 6.98 3.32 23.57 -
YUV 44.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 68 14 136 0.50 0.90 0 0.47 266.56 0.81 0.29
Hex 44 E 88 32 5A 0 2F 10B 51 1D
Octal 104 16 210 62 132 0 57 413 121 35
Binary 1000100 1110 10001000 110010 1011010 0 101111 100001011 1010001 11101

Color Harmonies of #440E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440E88

Black with #440E88

Text Example


Text Example

White with #440E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,14,136); }

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

background-color css

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

 a { background-color: rgb(68,14,136); }

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

border-color css

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

 span { border-color: rgb(68,14,136); }

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