Html Css Color HEX #440D71 Indigo

📋 copy color: '#440D71'

red 68 ◦ green 13 ◦ blue 113

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

Shades of Indigo #440D71

Tints of Indigo #440D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 35.05%
G = 6.7%
B = 58.25%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440D71 (or 0x440D71) is known color: Indigo. HEX triplet: 44, 0D and 71. RGB value is (68,13,113). Sum of RGB (Red+Green+Blue) = 68+13+113=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #440D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D71 is #BBF28E. Grayscale: #282828. Windows color (decimal): -12317327 or 7408964. OLE color: 7408964.

HSL color Cylindrical-coordinate representation of color #440D71: hue angle of 273º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440D71 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 13 113 -
CMYK 0.40 0.88 0 0.56
HSL 273º 0.79% 0.25% -
HSV(B) 273º 0.88% 0.44% -
XYZ 5.51 2.71 15.86 -
YUV 40.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 68 13 113 0.40 0.88 0 0.56 273 0.79 0.25
Hex 44 D 71 28 58 0 38 111 4F 19
Octal 104 15 161 50 130 0 70 421 117 31
Binary 1000100 1101 1110001 101000 1011000 0 111000 100010001 1001111 11001

Color Harmonies of #440D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D71

Black with #440D71

Text Example


Text Example

White with #440D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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