Html Css Color HEX #44116D Indigo

📋 copy color: '#44116D'

red 68 ◦ green 17 ◦ blue 109

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

Shades of Indigo #44116D

Tints of Indigo #44116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 109 (42.97% from 255) = 56.19%

R = 35.05%
G = 8.76%
B = 56.19%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44116D (or 0x44116D) is known color: Indigo. HEX triplet: 44, 11 and 6D. RGB value is (68,17,109). Sum of RGB (Red+Green+Blue) = 68+17+109=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #44116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44116D is #BBEE92. Grayscale: #2A2A2A. Windows color (decimal): -12316307 or 7147844. OLE color: 7147844.

HSL color Cylindrical-coordinate representation of color #44116D: hue angle of 273.26º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44116D is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 17 109 -
CMYK 0.38 0.84 0 0.57
HSL 273.26º 0.73% 0.25% -
HSV(B) 273.26º 0.84% 0.43% -
XYZ 5.34 2.73 14.71 -
YUV 42.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 68 17 109 0.38 0.84 0 0.57 273.26 0.73 0.25
Hex 44 11 6D 26 54 0 39 111 49 19
Octal 104 21 155 46 124 0 71 421 111 31
Binary 1000100 10001 1101101 100110 1010100 0 111001 100010001 1001001 11001

Color Harmonies of #44116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44116D

Black with #44116D

Text Example


Text Example

White with #44116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44116D; }

 p { color: rgb(68,17,109); }

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

background-color css

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

 a { background-color: rgb(68,17,109); }

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

border-color css

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

 span { border-color: rgb(68,17,109); }

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