Html Css Color HEX #440786 Indigo

📋 copy color: '#440786'

red 68 ◦ green 7 ◦ blue 134

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

Shades of Indigo #440786

Tints of Indigo #440786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

 BLUE value IS 134 (52.73% from 255) = 64.11%

R = 32.54%
G = 3.35%
B = 64.11%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#440786 (or 0x440786) is known color: Indigo. HEX triplet: 44, 07 and 86. RGB value is (68,7,134). Sum of RGB (Red+Green+Blue) = 68+7+134=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #440786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440786 is #BBF879. Grayscale: #272727. Windows color (decimal): -12318842 or 8783684. OLE color: 8783684.

HSL color Cylindrical-coordinate representation of color #440786: hue angle of 268.82º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440786 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 7 134 -
CMYK 0.49 0.95 0 0.47
HSL 268.82º 0.9% 0.28% -
HSV(B) 268.82º 0.95% 0.53% -
XYZ 6.76 3.1 22.8 -
YUV 39.72 181.21 148.17 -
System Red Green Blue C M Y K H S L
Decimal 68 7 134 0.49 0.95 0 0.47 268.82 0.9 0.28
Hex 44 7 86 31 5F 0 2F 10D 5A 1C
Octal 104 7 206 61 137 0 57 415 132 34
Binary 1000100 111 10000110 110001 1011111 0 101111 100001101 1011010 11100

Color Harmonies of #440786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440786

Black with #440786

Text Example


Text Example

White with #440786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440786; }

 p { color: rgb(68,7,134); }

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

background-color css

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

 a { background-color: rgb(68,7,134); }

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

border-color css

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

 span { border-color: rgb(68,7,134); }

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