Html Css Color HEX #440969 Indigo

📋 copy color: '#440969'

red 68 ◦ green 9 ◦ blue 105

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

Shades of Indigo #440969

Tints of Indigo #440969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.69%

R = 37.36%
G = 4.95%
B = 57.69%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#440969 (or 0x440969) is known color: Indigo. HEX triplet: 44, 09 and 69. RGB value is (68,9,105). Sum of RGB (Red+Green+Blue) = 68+9+105=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #440969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440969 is #BBF696. Grayscale: #252525. Windows color (decimal): -12318359 or 6883652. OLE color: 6883652.

HSL color Cylindrical-coordinate representation of color #440969: hue angle of 276.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440969 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 9 105 -
CMYK 0.35 0.91 0 0.59
HSL 276.88º 0.84% 0.22% -
HSV(B) 276.88º 0.91% 0.41% -
XYZ 5.03 2.44 13.57 -
YUV 37.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 68 9 105 0.35 0.91 0 0.59 276.88 0.84 0.22
Hex 44 9 69 23 5B 0 3B 115 54 16
Octal 104 11 151 43 133 0 73 425 124 26
Binary 1000100 1001 1101001 100011 1011011 0 111011 100010101 1010100 10110

Color Harmonies of #440969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440969

Black with #440969

Text Example


Text Example

White with #440969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440969; }

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

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

background-color css

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

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

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

border-color css

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

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

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