Html Css Color HEX #440371 Indigo

📋 copy color: '#440371'

red 68 ◦ green 3 ◦ blue 113

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

Shades of Indigo #440371

Tints of Indigo #440371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 36.96%
G = 1.63%
B = 61.41%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440371 (or 0x440371) is known color: Indigo. HEX triplet: 44, 03 and 71. RGB value is (68,3,113). Sum of RGB (Red+Green+Blue) = 68+3+113=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #440371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440371 is #BBFC8E. Grayscale: #222222. Windows color (decimal): -12319887 or 7406404. OLE color: 7406404.

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

Color convert

RGB 68 3 113 -
CMYK 0.40 0.97 0 0.56
HSL 275.45º 0.95% 0.23% -
HSV(B) 275.45º 0.97% 0.44% -
XYZ 5.4 2.49 15.82 -
YUV 34.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 68 3 113 0.40 0.97 0 0.56 275.45 0.95 0.23
Hex 44 3 71 28 61 0 38 113 5F 17
Octal 104 3 161 50 141 0 70 423 137 27
Binary 1000100 11 1110001 101000 1100001 0 111000 100010011 1011111 10111

Color Harmonies of #440371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440371

Black with #440371

Text Example


Text Example

White with #440371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440371; }

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

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

background-color css

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

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

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

border-color css

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

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

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