Html Css Color HEX #440961 Indigo

📋 copy color: '#440961'

red 68 ◦ green 9 ◦ blue 97

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

Shades of Indigo #440961

Tints of Indigo #440961

RGB

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

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

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

R = 39.08%
G = 5.17%
B = 55.75%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440961 (or 0x440961) is known color: Indigo. HEX triplet: 44, 09 and 61. RGB value is (68,9,97). Sum of RGB (Red+Green+Blue) = 68+9+97=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #440961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440961 is #BBF69E. Grayscale: #242424. Windows color (decimal): -12318367 or 6359364. OLE color: 6359364.

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

Color convert

RGB 68 9 97 -
CMYK 0.30 0.91 0 0.62
HSL 280.23º 0.83% 0.21% -
HSV(B) 280.23º 0.91% 0.38% -
XYZ 4.64 2.29 11.51 -
YUV 36.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 68 9 97 0.30 0.91 0 0.62 280.23 0.83 0.21
Hex 44 9 61 1E 5B 0 3E 118 53 15
Octal 104 11 141 36 133 0 76 430 123 25
Binary 1000100 1001 1100001 11110 1011011 0 111110 100011000 1010011 10101

Color Harmonies of #440961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440961

Black with #440961

Text Example


Text Example

White with #440961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440961; }

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

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

background-color css

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

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

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

border-color css

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

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

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