Html Css Color HEX #440977 Indigo

📋 copy color: '#440977'

red 68 ◦ green 9 ◦ blue 119

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

Shades of Indigo #440977

Tints of Indigo #440977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 119 (46.88% from 255) = 60.71%

R = 34.69%
G = 4.59%
B = 60.71%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#440977 (or 0x440977) is known color: Indigo. HEX triplet: 44, 09 and 77. RGB value is (68,9,119). Sum of RGB (Red+Green+Blue) = 68+9+119=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #440977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440977 is #BBF688. Grayscale: #262626. Windows color (decimal): -12318345 or 7801156. OLE color: 7801156.

HSL color Cylindrical-coordinate representation of color #440977: hue angle of 272.18º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440977 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 9 119 -
CMYK 0.43 0.92 0 0.53
HSL 272.18º 0.86% 0.25% -
HSV(B) 272.18º 0.92% 0.47% -
XYZ 5.81 2.76 17.68 -
YUV 39.18 173.05 148.56 -
System Red Green Blue C M Y K H S L
Decimal 68 9 119 0.43 0.92 0 0.53 272.18 0.86 0.25
Hex 44 9 77 2B 5C 0 35 110 56 19
Octal 104 11 167 53 134 0 65 420 126 31
Binary 1000100 1001 1110111 101011 1011100 0 110101 100010000 1010110 11001

Color Harmonies of #440977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440977

Black with #440977

Text Example


Text Example

White with #440977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440977; }

 p { color: rgb(68,9,119); }

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

background-color css

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

 a { background-color: rgb(68,9,119); }

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

border-color css

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

 span { border-color: rgb(68,9,119); }

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