Html Css Color HEX #440061 Indigo

📋 copy color: '#440061'

red 68 ◦ green 0 ◦ blue 97

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

Shades of Indigo #440061

Tints of Indigo #440061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.21%
G = 0%
B = 58.79%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440061 (or 0x440061) is known color: Indigo. HEX triplet: 44, 00 and 61. RGB value is (68,0,97). Sum of RGB (Red+Green+Blue) = 68+0+97=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #440061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440061 is #BBFF9E. Grayscale: #1F1F1F. Windows color (decimal): -12320671 or 6357060. OLE color: 6357060.

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

Color convert

RGB 68 0 97 -
CMYK 0.30 1 0 0.62
HSL 282.06º 1% 0.19% -
HSV(B) 282.06º 1% 0.38% -
XYZ 4.54 2.09 11.47 -
YUV 31.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 68 0 97 0.30 1 0 0.62 282.06 1 0.19
Hex 44 0 61 1E 64 0 3E 11A 64 13
Octal 104 0 141 36 144 0 76 432 144 23
Binary 1000100 0 1100001 11110 1100100 0 111110 100011010 1100100 10011

Color Harmonies of #440061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440061

Black with #440061

Text Example


Text Example

White with #440061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440061; }

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

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

background-color css

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

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

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

border-color css

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

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

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