Html Css Color HEX #44116F Indigo

📋 copy color: '#44116F'

red 68 ◦ green 17 ◦ blue 111

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

Shades of Indigo #44116F

Tints of Indigo #44116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.63%

R = 34.69%
G = 8.67%
B = 56.63%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#44116F (or 0x44116F) is known color: Indigo. HEX triplet: 44, 11 and 6F. RGB value is (68,17,111). Sum of RGB (Red+Green+Blue) = 68+17+111=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #44116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44116F is #BBEE90. Grayscale: #2A2A2A. Windows color (decimal): -12316305 or 7278916. OLE color: 7278916.

HSL color Cylindrical-coordinate representation of color #44116F: hue angle of 272.55º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44116F is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 17 111 -
CMYK 0.39 0.85 0 0.56
HSL 272.55º 0.73% 0.25% -
HSV(B) 272.55º 0.85% 0.44% -
XYZ 5.45 2.78 15.29 -
YUV 42.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 68 17 111 0.39 0.85 0 0.56 272.55 0.73 0.25
Hex 44 11 6F 27 55 0 38 111 49 19
Octal 104 21 157 47 125 0 70 421 111 31
Binary 1000100 10001 1101111 100111 1010101 0 111000 100010001 1001001 11001

Color Harmonies of #44116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44116F

Black with #44116F

Text Example


Text Example

White with #44116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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