Html Css Color HEX #440861 Indigo

📋 copy color: '#440861'

red 68 ◦ green 8 ◦ blue 97

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

Shades of Indigo #440861

Tints of Indigo #440861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 97 (38.28% from 255) = 56.07%

R = 39.31%
G = 4.62%
B = 56.07%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440861 (or 0x440861) is known color: Indigo. HEX triplet: 44, 08 and 61. RGB value is (68,8,97). Sum of RGB (Red+Green+Blue) = 68+8+97=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #440861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440861 is #BBF79E. Grayscale: #232323. Windows color (decimal): -12318623 or 6359108. OLE color: 6359108.

HSL color Cylindrical-coordinate representation of color #440861: hue angle of 280.45º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440861 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 8 97 -
CMYK 0.30 0.92 0 0.62
HSL 280.45º 0.85% 0.21% -
HSV(B) 280.45º 0.92% 0.38% -
XYZ 4.63 2.27 11.5 -
YUV 36.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 68 8 97 0.30 0.92 0 0.62 280.45 0.85 0.21
Hex 44 8 61 1E 5C 0 3E 118 55 15
Octal 104 10 141 36 134 0 76 430 125 25
Binary 1000100 1000 1100001 11110 1011100 0 111110 100011000 1010101 10101

Color Harmonies of #440861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440861

Black with #440861

Text Example


Text Example

White with #440861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440861; }

 p { color: rgb(68,8,97); }

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

background-color css

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

 a { background-color: rgb(68,8,97); }

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

border-color css

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

 span { border-color: rgb(68,8,97); }

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