Html Css Color HEX #440869 Indigo

📋 copy color: '#440869'

red 68 ◦ green 8 ◦ blue 105

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

Shades of Indigo #440869

Tints of Indigo #440869

RGB

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

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

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

R = 37.57%
G = 4.42%
B = 58.01%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#440869 (or 0x440869) is known color: Indigo. HEX triplet: 44, 08 and 69. RGB value is (68,8,105). Sum of RGB (Red+Green+Blue) = 68+8+105=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #440869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440869 is #BBF796. Grayscale: #242424. Windows color (decimal): -12318615 or 6883396. OLE color: 6883396.

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

Color convert

RGB 68 8 105 -
CMYK 0.35 0.92 0 0.59
HSL 277.11º 0.86% 0.22% -
HSV(B) 277.11º 0.92% 0.41% -
XYZ 5.02 2.42 13.57 -
YUV 37 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 68 8 105 0.35 0.92 0 0.59 277.11 0.86 0.22
Hex 44 8 69 23 5C 0 3B 115 56 16
Octal 104 10 151 43 134 0 73 425 126 26
Binary 1000100 1000 1101001 100011 1011100 0 111011 100010101 1010110 10110

Color Harmonies of #440869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440869

Black with #440869

Text Example


Text Example

White with #440869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440869; }

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

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

background-color css

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

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

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

border-color css

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

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

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