Html Css Color HEX #440671 Indigo

📋 copy color: '#440671'

red 68 ◦ green 6 ◦ blue 113

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

Shades of Indigo #440671

Tints of Indigo #440671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

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

R = 36.36%
G = 3.21%
B = 60.43%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#440671 (or 0x440671) is known color: Indigo. HEX triplet: 44, 06 and 71. RGB value is (68,6,113). Sum of RGB (Red+Green+Blue) = 68+6+113=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #440671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440671 is #BBF98E. Grayscale: #242424. Windows color (decimal): -12319119 or 7407172. OLE color: 7407172.

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

Color convert

RGB 68 6 113 -
CMYK 0.40 0.95 0 0.56
HSL 274.77º 0.9% 0.23% -
HSV(B) 274.77º 0.95% 0.44% -
XYZ 5.43 2.55 15.83 -
YUV 36.74 171.04 150.3 -
System Red Green Blue C M Y K H S L
Decimal 68 6 113 0.40 0.95 0 0.56 274.77 0.9 0.23
Hex 44 6 71 28 5F 0 38 113 5A 17
Octal 104 6 161 50 137 0 70 423 132 27
Binary 1000100 110 1110001 101000 1011111 0 111000 100010011 1011010 10111

Color Harmonies of #440671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440671

Black with #440671

Text Example


Text Example

White with #440671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440671; }

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

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

background-color css

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

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

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

border-color css

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

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

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