Html Css Color HEX #441086 Indigo

📋 copy color: '#441086'

red 68 ◦ green 16 ◦ blue 134

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

Shades of Indigo #441086

Tints of Indigo #441086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

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

R = 31.19%
G = 7.34%
B = 61.47%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441086 (or 0x441086) is known color: Indigo. HEX triplet: 44, 10 and 86. RGB value is (68,16,134). Sum of RGB (Red+Green+Blue) = 68+16+134=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #441086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441086 is #BBEF79. Grayscale: #2C2C2C. Windows color (decimal): -12316538 or 8785988. OLE color: 8785988.

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

Color convert

RGB 68 16 134 -
CMYK 0.49 0.88 0 0.47
HSL 266.44º 0.79% 0.29% -
HSV(B) 266.44º 0.88% 0.53% -
XYZ 6.87 3.32 22.83 -
YUV 45 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 68 16 134 0.49 0.88 0 0.47 266.44 0.79 0.29
Hex 44 10 86 31 58 0 2F 10A 4F 1D
Octal 104 20 206 61 130 0 57 412 117 35
Binary 1000100 10000 10000110 110001 1011000 0 101111 100001010 1001111 11101

Color Harmonies of #441086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441086

Black with #441086

Text Example


Text Example

White with #441086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441086; }

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

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

background-color css

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

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

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

border-color css

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

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

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