Html Css Color HEX #440173 Indigo

📋 copy color: '#440173'

red 68 ◦ green 1 ◦ blue 115

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

Shades of Indigo #440173

Tints of Indigo #440173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 36.96%
G = 0.54%
B = 62.5%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#440173 (or 0x440173) is known color: Indigo. HEX triplet: 44, 01 and 73. RGB value is (68,1,115). Sum of RGB (Red+Green+Blue) = 68+1+115=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #440173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440173 is #BBFE8C. Grayscale: #212121. Windows color (decimal): -12320397 or 7536964. OLE color: 7536964.

HSL color Cylindrical-coordinate representation of color #440173: hue angle of 275.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440173 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 1 115 -
CMYK 0.41 0.99 0 0.55
HSL 275.26º 0.98% 0.23% -
HSV(B) 275.26º 0.99% 0.45% -
XYZ 5.49 2.49 16.41 -
YUV 34.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 68 1 115 0.41 0.99 0 0.55 275.26 0.98 0.23
Hex 44 1 73 29 63 0 37 113 62 17
Octal 104 1 163 51 143 0 67 423 142 27
Binary 1000100 1 1110011 101001 1100011 0 110111 100010011 1100010 10111

Color Harmonies of #440173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440173

Black with #440173

Text Example


Text Example

White with #440173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440173; }

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

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

background-color css

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

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

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

border-color css

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

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

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