Html Css Color HEX #440D73 Indigo

📋 copy color: '#440D73'

red 68 ◦ green 13 ◦ blue 115

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

Shades of Indigo #440D73

Tints of Indigo #440D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 58.67%

R = 34.69%
G = 6.63%
B = 58.67%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440D73 (or 0x440D73) is known color: Indigo. HEX triplet: 44, 0D and 73. RGB value is (68,13,115). Sum of RGB (Red+Green+Blue) = 68+13+115=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #440D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D73 is #BBF28C. Grayscale: #282828. Windows color (decimal): -12317325 or 7540036. OLE color: 7540036.

HSL color Cylindrical-coordinate representation of color #440D73: hue angle of 272.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #440D73 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 13 115 -
CMYK 0.41 0.89 0 0.55
HSL 272.35º 0.8% 0.25% -
HSV(B) 272.35º 0.89% 0.45% -
XYZ 5.62 2.75 16.46 -
YUV 41.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 68 13 115 0.41 0.89 0 0.55 272.35 0.8 0.25
Hex 44 D 73 29 59 0 37 110 50 19
Octal 104 15 163 51 131 0 67 420 120 31
Binary 1000100 1101 1110011 101001 1011001 0 110111 100010000 1010000 11001

Color Harmonies of #440D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440D73

Black with #440D73

Text Example


Text Example

White with #440D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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