Html Css Color HEX #440171 Indigo

📋 copy color: '#440171'

red 68 ◦ green 1 ◦ blue 113

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

Shades of Indigo #440171

Tints of Indigo #440171

RGB

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

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

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

R = 37.36%
G = 0.55%
B = 62.09%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440171 (or 0x440171) is known color: Indigo. HEX triplet: 44, 01 and 71. RGB value is (68,1,113). Sum of RGB (Red+Green+Blue) = 68+1+113=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #440171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440171 is #BBFE8E. Grayscale: #212121. Windows color (decimal): -12320399 or 7405892. OLE color: 7405892.

HSL color Cylindrical-coordinate representation of color #440171: hue angle of 275.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440171 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 1 113 -
CMYK 0.40 0.99 0 0.56
HSL 275.89º 0.98% 0.22% -
HSV(B) 275.89º 0.99% 0.44% -
XYZ 5.38 2.44 15.81 -
YUV 33.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 68 1 113 0.40 0.99 0 0.56 275.89 0.98 0.22
Hex 44 1 71 28 63 0 38 114 62 16
Octal 104 1 161 50 143 0 70 424 142 26
Binary 1000100 1 1110001 101000 1100011 0 111000 100010100 1100010 10110

Color Harmonies of #440171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440171

Black with #440171

Text Example


Text Example

White with #440171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440171; }

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

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

background-color css

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

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

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

border-color css

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

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

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